Re: Handling the pressing of the Back button in the toolbar
From: Khan Imran (khanimran.j_at_gmail.com)
Date: 02/09/05
- Next message: Tod Birdsall: "Re: Could not access 'CDO.Message' object."
- Previous message: Kevin Spencer: "Re: Pre Compile"
- In reply to: Chris Rolon: "Re: Handling the pressing of the Back button in the toolbar"
- Next in thread: Victor Sayas: "Re: Handling the pressing of the Back button in the toolbar"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Feb 2005 01:28:30 +0530
If you are using forms authentication then most probably you are setting
session, what u will need to do is abandon the session on logout
Session.Abandon();
Hope this Help
Khan Imran
"Chris Rolon" <chris.rolon@removethis.neudesic.com> wrote in message
news:eP9lsYsCFHA.1604@TK2MSFTNGP10.phx.gbl...
> The back button is displaying the page from the local cache. You will have
> to disable the local caching of pages.
>
> Put Response.Cache.SetCacheability(HttpCacheability.NoCache) in the
> Page_Load event handler. This will disable page caching.
>
>
>
> --
>
> Chris Rolon
> "Victor Sayas" <vlsayas@radixsys.com> wrote in message
> news:OG8sX4lCFHA.3376@TK2MSFTNGP12.phx.gbl...
>> maybe this is a common problem but since i'm new here in this newsgroup
> i'll
>> just post it anyway.
>>
>> my problem is when i logout from my web application and signout the
>> formsauthentication. and then press the back button in the toolbar, it
> goes
>> back to the previous page. i dont want my app to do that. it should be
>> redirected to the login.aspx page.so how can i handle this problem?
>>
>> thanks. hope anyone can help me out.
>>
>>
>
>
- Next message: Tod Birdsall: "Re: Could not access 'CDO.Message' object."
- Previous message: Kevin Spencer: "Re: Pre Compile"
- In reply to: Chris Rolon: "Re: Handling the pressing of the Back button in the toolbar"
- Next in thread: Victor Sayas: "Re: Handling the pressing of the Back button in the toolbar"
- Messages sorted by: [ date ] [ thread ]