sessions usually live on the server.
as long as you can pass an identifier from page to page, you can stay
within the session.
one way to do this is to store the session id in a cookie, another
common way is to pass it over the URL. In some systems this is done
automatically if cookies are not available.
(This is a google gotcha of course - the google spider does not set a
cookie, so your links may automagically all get a session id appended,
which google may not care to browse....)
Nick
On Jul 29, 2004, at 9:56 PM, Timothy J Mckinnon wrote:
Surely session-based is a cookie centric scenario?
Received on Thu Jul 29 19:50:48 2004