Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: How to Maintain State Information

by l3nz (Friar)
on Jun 27, 2004 at 20:07 UTC ( [id://370034]=note: print w/replies, xml ) Need Help??


in reply to How to Maintain State Information

You usually don't store the *actual* data on the client cookie, but you store a session cookie that will point to some place on disk where you keep the session data stored. A number of utilities around help automating this. If you cannot store a cookie on the client, you usually add the session information in a hidden variable, more or less like PHP does with PHPSESSIONID.....

This is the general idea. Then, as you say, the devil is in the details. :-)

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 05:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found