#include <Dantom/CGI>
CGI
Topic(href,href_list[])
var/byondKey = src.Login()
usr << browse("Welcome [byondKey]")
WHAT OCCURS
I get taken to BYOND, sent back to my site, sent back to BYOND, back to my site, etc.
WHAT SHOULD HAPPEN
I get sent to BYOND, sent back to my site. Since I am logged in, it shouldn't need to go back to BYOND and just pass my key from src.Login() Thus showing me Welcome Ssj4justdale
WORKAROUNDS
None :/