RAM based cookies



I'm told that ram based cookies refer to session cookies (which the browser
may still store on disk if it likes). These cookies that are destroyed when
the bowser exits.

If they are "session cookies", and we have disabled the use of session
because we have clustered web servers and do not want to store session state
elsewhere due to performance concerns, does that prohibit the use of these
session cookies altogether? Or is the information still stored client side,
allowing the use of the cookie on our clustered web servers?

Thanks in advance.

Mark


.



Relevant Pages

  • Re: Life without session variables
    ... I want to store things like User ID for persons who ... You have clients that are going to log in to your web site, ... trust you with session cookies? ...
    (microsoft.public.inetserver.asp.general)
  • Re: RAM based cookies
    ... Why would performance issues prohibit the use of Session Cookies? ... > because we have clustered web servers and do not want to store session ... allowing the use of the cookie on our clustered web servers? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: #90 - hoax or what?
    ... instances of your browser have quit; there's no need to write these to ... Non-session cookies are a different matter altogether, ... written to disk. ... Almost always I accept session cookies (except from ad-tracking/serving ...
    (uk.telecom)
  • Re: Viewing session cookies in IE6
    ... But session cookies aren't written to disk, ... mae wrote: ... IE has no way to display the contents of cookies. ...
    (microsoft.public.windows.inetexplorer.ie6.browser)

Loading