Re: RAM based cookies



We do not want to store our session data in SQL Server or a State Server due
to performance implications, both valid session options aside from INPROC.
Performance is a factor because of the need for ASP.NET/IIS to call SQL
Server/StateServer to store/retrieve session information. Inproc won't work
in a cluster because your session technically moves from one server to
another within the cluster, and the INPROC session does not follow.

Going back to my question - If ... 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?

Thanks again.

Mark

"Kevin Spencer" <kevin@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:uFEliSaAGHA.3928@xxxxxxxxxxxxxxxxxxxxxxx
> Why would performance issues prohibit the use of Session Cookies? The only
> thing stored in a Session Cookie is the Session ID. The Session *data* is
> in memory on the web server.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> You can lead a fish to a bicycle,
> but it takes a very long time,
> and the bicycle has to *want* to change.
>
> "Mark" <mark@xxxxxxxxxxxxxx> wrote in message
> news:%23BNNTxYAGHA.2536@xxxxxxxxxxxxxxxxxxxxxxx
>> 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: iseries validation lists & logoff button
    ... You can't change the value on the server side to do what you want. ... Browser's store the user name and password locally and send it ... session id in a table that maps to thier user name. ... >> named variables that are called environment variables. ...
    (comp.sys.ibm.as400.misc)
  • Re: RWW Timing
    ... I understand that you want to monitor when and how ... > to an internal Windows XP or Terminal Server computer. ... SBS creates a connection to the internal client on port 3389 which is ... But it can not tell which one session from the RWW, ...
    (microsoft.public.windows.server.sbs)
  • Re: Restricting TS USers
    ... MCSE, CCEA, Microsoft MVP - Terminal Server ... Terminal Services and Microsoft Windows Server 2003 Service Pack ... the remote session does not end immediately. ...
    (microsoft.public.windows.terminal_services)
  • Re: ASP sessionstate
    ... :>: so it is a clientside issue. ... ASP doesn't know or care what browser it ... but then it is not a new session. ... :> How can a Response.Write write to the server screen? ...
    (microsoft.public.inetserver.asp.general)
  • Re: Lisp Web Development and Application State
    ... the hook for you to map back to wherever on the server you stored ... this can extend so far as to store *all* of the state ... a session or hack together a continuations/closures system that stores ... Write the "state" to the database in a single field. ...
    (comp.lang.lisp)