Re: <sessionState cookieless="true" />

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



It means that ASP.NET doesn't use cookies to maintain session state.

Instead, ASP.NET will maintain session state by inserting a random ID,
like : http://yourserver.com/(S(n1rpjs55doute2vjvs0rd155))/helloworld.aspx
in your URL.

Then, *that* ID identifies the state of your client's session,
instead of cookies being used to maintain session state.





Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Water Cooler v2" <wtr_clr@xxxxxxxxx> wrote in message
news:1125180841.554900.219470@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> What do you mean by a cookieless session state? When you set the
> sessionState section's cookieless attribute to true in the web.config
> file, what does that mean?
>
> I read this
> (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfSessionstateSection.asp)
> and it does not explain the meaning of cookieless.
>


.



Relevant Pages

  • How to do Forms based authentication without cookies
    ... It can be done by configuring <sessionState> node of the web.config file for ... There is attribute cookieless with default value set to false. ... true, ASP.NET starts putting session state id in the URL, so URL would look ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Sessions - cookieless for non-cookie users only
    ... If "cookieless" is set to false then ... ... - If user's browser supports cookies then cookie is used to track Session ... and set cookieless to "false" then Session state cannot be stored. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Session State - lost sporadically and frequently
    ... I have an application that uses the default session state from Visual Studio ... Sandy ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Refresh questions
    ... You could store ... something in View or Session state that gets checked on each submit. ... without seeing the code or knowing what the code does. ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)