formsAuthentication.Signout() not working ?? ANYONE KNOW THE ANSWER

anonymous_at_discussions.microsoft.com
Date: 12/23/03


Date: Tue, 23 Dec 2003 01:14:47 -0800

I am using forms authentication in my apps.
Every page I added:
  Me.Response.Expires = 0
  Me.Response.Cache.SetCacheability
(HttpCacheability.NoCache)

In the logout page, I use formsAuthentication.signOut().
BUT, if I press back I still able to access the page and
even the link which is supposed to be secure.

I have seen a lot of UNANSWERED similar posts.
Is this a known problem? or there is a mistake in my
implementation.
Appreciate if anyone could help me.
Thanks



Relevant Pages

  • Re: ADSI Problem
    ... are you building ASP.NET applications for ASP 3.0 apps? ... built in mechanisms to support forms-based authentication are the way to go. ... Dim strUserName ...
    (microsoft.public.windows.server.active_directory)
  • Integrated Security in Tomcat 6.0.16
    ... I've always used sql server authentication in my Java apps using ... Reconfigured Tomcat to run under a Windows account instead of SYSTEM. ...
    (microsoft.public.sqlserver.jdbcdriver)
  • Re: supporting multiple authentication methods
    ... i cannot do this from a redirect? ... >>i was going to use two nested web configs with differnet authentication ... >>instead im about to have two separate web apps, one windows one forms. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Extranet SSO Security
    ... the individual apps to authorise the users access separately. ... AD/LDAP with most of the users in it. ... is to implement a single authentication system for all of these. ...
    (Security-Basics)
  • Re: Authentication
    ... The wrapper app has to use form authentication (can NOT use windows ... My existing apps require to use windows authentication (this is just the ...
    (microsoft.public.dotnet.framework.aspnet)