Hi guys,
I was talking about the session id, which is stored as a cookie.
I cannot control the value of the session id (and I do not want to do
so) but I want to control it's attributes.
Can I do that?
"Steven Burn" <> wrote in message news:<>...
> Cheers for the correction Evertjan ;o) (and yep, I meant session variables
> (gotten used to calling them session cookies for some reason).
>
> --
>
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
>
> "Evertjan." <> wrote in message
> news:Xns95A966139E6B9eejj99@194.109.133.29...
> > Steven Burn wrote on 21 nov 2004 in
> > microsoft.public.inetserver.asp.general:
> >
> > > Are you talking about cookies (stored on the visitors computer), or
> > > "session" cookies (stored in the servers memory)?
> >
> > Not quite.
> >
> > Session cookies, like all cookies, are stored at the client.
> >
> > A session cookie [= a cookie, set without explicit expiration] expires
> when
> > the connecion is lost, if the browser behaves as intended. Some call it a
> > ram-cookie, because it is not stored on the client's hard disk.
> >
> > A session variable [did you mean that?] however is stored on the server
> and
> > is kept till the session is timed out or abandoned. However a session is
> > only viable while and if the client keeps the session-id cookie, which to
> > the client is a normal session cookie [see above].
> >
> >
> > --
> > Evertjan.
> > The Netherlands.
> > (Please change the x'es to dots in my emailaddress,
> > but let us keep the discussions in the newsgroup)
> >