in reply to SessionID on a windows server
instead of my usual use cgi::Session; line.use CGI::Session qw/-ip-match/;
I also tried adding
to the mix, after the creation of the session object, and still I see no difference in the results on browsers with different ip's. I can email the copy & pasted URL, with session id in it (yes, I'm still doing that while I try this out) and the different computers still access the session info just fine and load the page up.$session::IP_MATCH = 1;
What am I missing here in the use of -ip_match ?
|
---|