Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: tracking session:variables

by Joost (Canon)
on Jun 01, 2005 at 10:33 UTC ( [id://462383]=note: print w/replies, xml ) Need Help??


in reply to tracking session:variables

There's a bug in your code: $cgi->cookie("SESSION_COOKIE") should be $cgi->cookie(SESSION_COOKIE) (SESSION_COOKIE is a constant - if you quote it, you'll end up with the string "SESSION_COOKIE" instead of the value of the constant).

As I've mentioned before, you don't need all that crufty code just to set up a session.

In other words, you probably don't get a persistent session at all. You have been working on this script for over a week now. Have you actually checked whether it does what you think it does?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-03-29 07:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found