(keitai-l) Re: Cookies or not Cookies.. That's the question

From: Nick May <nick_at_kyushu.com>
Date: 06/06/02
Message-id: <fc.000f76100006fdee3b9aca00d0e3be57.6fdef@kyushunet.com>
If the data is trivial, just encode it and pass that in the URL as
required. Saves the housekeeping involved with sessions. Obviously the
same caveat about links having to be dynamically written will apply.

Nick


keitai-l@appelsiini.net writes:
>	Setup a session and save session data to disk, database, shared
>	memory (or whatever you prefer). Then pass the sessionid
>	between pages using the query string. You of course need to
>	dynamically alter every link in the page to include the
>	sessionid.
Received on Thu Jun 6 10:58:29 2002