Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: SessionID on a windows server

by mwhiting (Beadle)
on Feb 18, 2015 at 19:59 UTC ( [id://1117134]=note: print w/replies, xml ) Need Help??


in reply to SessionID on a windows server

Well, I tried implementing the -ip_match with my CGI::Session, and I don't get any different results, when accessing the same script from computers with different IP's. I added this code:
use CGI::Session qw/-ip-match/;
instead of my usual use cgi::Session; line.

I also tried adding

$session::IP_MATCH = 1;
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.

What am I missing here in the use of -ip_match ?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1117134]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-03-29 12:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found