Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Sessions Vrs. Cookies

by andrew (Acolyte)
on Oct 04, 2002 at 21:03 UTC ( [id://202899]=note: print w/replies, xml ) Need Help??


in reply to Sessions Vrs. Cookies

im trying not to use cookies!!

Replies are listed 'Best First'.
Re: Re: Sessions Vrs. Cookies
by webengr (Pilgrim) on Oct 04, 2002 at 21:23 UTC
    If you don't want to use cookies to maintain state, then you can try storing a session identifier in a hidden form field in each page -- it is easily retreived. I think this was the approach taken in the days before Netscape introduced cookies. An alternative is url-encoded session keys (this is the Java approach when cookies are not enabled in the web client). Good Luck!

    PCS
      If you don't want to use cookies to maintain state, then you can try storing a session identifier in a hidden form field in each page -- it is easily retreived.

      Hidden fields only work with forms.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-16 05:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found