in reply to Re^3: Cookie Problems
in thread Cookie Problems
Thanks for the helpful hint. That is extremely useful. When I try to retrieve a cookie from /tmp/Sessions I get $VAR1 = undef; and then my custom error message. It looks as if the cookie are being stored on the server but not in the user's browser as they should.
If I pass the session id back then yes I will get something. However, if i do not pass the session id then I I get $VAR1 = undef;.
I checked in Mozilla's Cookie Manager and its not there. Also, in IE cookie/temp folders and it isn't there.
Yes the cookie is stored as cgisess_a983c8302e7a678a2e53c65e8bd3316 in /tmp/Sessions on the server. Stored as the following:
$D = {"_SESSION_ETIME" => undef,"_SESSION_ID" => "29456deb010b73d47c7e12af13c7ec2d","log_password" => "31z0a41PqrlmW","~logged-in" => 1,"log_name" => "intranetman","_SESSION_REMOTE_ADDR" => undef,"_SESSION_CTIME" => "1096560508","~profile" => "31z0a41PqrlmW,"_SESSION_ATIME" => "1096560508","_SESSION_EXPIRE_LIST" => {"~logged-in" => 3600}};
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Cookie Problems
by chromatic (Archbishop) on Sep 30, 2004 at 17:58 UTC | |
by intranetman (Acolyte) on Sep 30, 2004 at 19:04 UTC | |
Re^5: Cookie Problems
by geekgrrl (Pilgrim) on Sep 30, 2004 at 19:22 UTC |