ID:1632407
 
Keywords: byond, dmcgi, linux, website
#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 :/

This may be a permission issue that causes DMCGI to fail to log you in properly, and not an issue with DMCGI itself, see my reply to this topic for more information on a fix.
Keep in mind also, DMCGI isn't really supported anymore, so I'm gonna move this to developer help, it's most likely not a bug and even if it was finding a workaround would be more likely than getting it fixed.