Cookieless forms authentication in Asp.Net 1.0?



Is cookieless forms authentication supported in asp.net 1.0? I have a
website that must be cookieless, and thought that it would be a no
brainer to add forms authentication. Logging in to the site is OK, but
when the session expires and I call FormsAuthentication.signout() in
the Session_End sub, the new session that begins on the next page
refresh has the same ID as the old session ID, and I am not redirected
to the login page (can still browse all pages).

Thanks for any help.

Marcus

.



Relevant Pages

  • Re: Cookieless forms authentication in Asp.Net 1.0?
    ... Daniel Fisher ... > website that must be cookieless, and thought that it would be a no ... > the Session_End sub, the new session that begins on the next page ...
    (microsoft.public.dotnet.framework.aspnet)
  • 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: 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)