Re: How To maintain Session state without cookies

From: Saravana (saravank_at_sct.co.in)
Date: 11/05/04


Date: Fri, 05 Nov 2004 05:53:04 GMT

Cookieless session is supporting in ASP.NET, you just need to set this
property "cookieless" in sessionstate section in web.config to true. For
more details, refer this link
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfsessionstatesection.asp

-- 
Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"Oscar Onorato" <oscaronorato@responderAlNewshotmail.com> wrote in message
news:Oe2hkGtwEHA.3624@TK2MSFTNGP09.phx.gbl...
Hello colleagues:
Somebody know that good alternatives I have, in addition to the cookies, to
maintain the session state?
Where an example of it can be seen?
Thanks
Agile Processes:
"Assume that the most important factor in a project's success is the quality
of the people on the project and how well they work together in human terms.
Which process they use and which tools they use are strictly second-order
effects."
Martin Fowler (Distilled UML Third Ed.)


Relevant Pages

  • RE: Session not set.
    ... If so, it will never work properly, as the session cookie is never set. ... Checking Sessionfor login is an ASP model, ... If you TRULY want cookieless (setting session vars is not ... the Framework to handle your authentication needs, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How to do forms authentication with cookieless=UseUri?
    ... you are confusing session and authentication. ... forms authentication create a login ticket and stores it in a cookie or the ... this is because cookieless changes the url to have a login ticket. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How To maintain Session state without cookies
    ... Cookieless session is supporting in ASP.NET, you just need to set this ... more details, refer this link ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Security and cookieless sessions
    ... Cookieless sessions are designed to support certain protocols which don’t ... for personal reasons turn cookie persistence off in their browsers. ... surreptiously while the session was active, they could use it to spoof the ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Session ID in Query Parameter?
    ... So when posting from such normal html page the session state will ... the ASP.NET buildin cookieless session support does ... It uses the Session object and I really don't want to ...
    (microsoft.public.dotnet.framework.aspnet)

Loading