I am trying to, for a login script, set a session ID using POST in python on apache. However, there doesn’t appear to be any method to doing it as far as I can see other than just doing a redirect. Also, now that I have a session ID, I can use any method to set a session ID (POST seemed the most obvious). I would also like for it to work between tabs. Cookies seems like it might be a better option, though it would probably take more effort to implement. Any suggestions?
Share
Turns out apache has a cookie module.