![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
SessionID on a windows serverby mwhiting (Beadle) |
on Jan 29, 2015 at 18:51 UTC ( #1114957=perlquestion: print w/replies, xml ) | Need Help?? |
mwhiting has asked for the wisdom of the Perl Monks concerning the following question: Hi - I have a script that runs on both windows and linux servers. On windows, I use perl2exe to compile it, though I don't think that is the source of the problem here. The script uses CGI::Session for Session id's for the purposes of keeping a password from one session to the next. With a Linux/unix server, if you are logged in successfully, and later copy and paste the url from your browser (which contains a parameter with the Session id) into an email and send it to another computer, the second computer doesn't recognize the session id as valid for itself and re-prompts for password (as it should do). It would be an url similar to this: But on a windows server the same action doesn't result in getting prompted for a password. The server will recognize the sessionID and just continue on as normal, even though noone has ever entered a password on this second pc before. Any insights as to why this would be?
Back to
Seekers of Perl Wisdom
|
|