Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: How do you do sessions in Web Sites

by jkva (Chaplain)
on Sep 27, 2005 at 18:51 UTC ( [id://495505]=note: print w/replies, xml ) Need Help??


in reply to How do you do sessions in Web Sites

Just a thought,

   Perhaps, together with, or instead of cookie use, you could try something like

http://site.com/script.pl?sessid=encrypted_session_id or
http://site.com/encrypted_session_id in case of pathinfo use.

   This is of course linked to the session table on the server side.

I bet, that with a few snazzy math tricks, you can encode the current site state in that id, so you can use it for bookmarks.

-- Detonite

Log In?
Username:
Password:

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

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

    No recent polls found