Re: Browser Back button problem
From: Scott M. (s-mar_at_nospam.nospam)
Date: 02/22/05
- Next message: Peter Kornills: "special authentication"
- Previous message: Jos: "Re: postback doesn't work with validators.!"
- In reply to: GMK: "Browser Back button problem"
- Next in thread: Andy Fish: "Re: Browser Back button problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 22 Feb 2005 09:19:58 -0500
You can't handle the back button of the browser, since it is a client-side
event. There are some alternatives though...
You could check for a valid session on the page that could be "backed" into
and if there isn't redirect the user to the logged out page.
You could set the page being backed into to expire immediately, so that when
a user backs into it, they get a page expired message, rather than the page.
"GMK" <georgeskaddoum@yahoo.com> wrote in message
news:eiikkaNGFHA.3732@TK2MSFTNGP14.phx.gbl...
> Dear all
> I'm having a probelm concerning the security of my application.
> the problem is when a user is loggoed in and then he looged out i redirect
> him to the main page of my appkication but if he clicks on the Browser's
> "back button" he could then enter to the application.
> i'm removing all sessions concerning the applcation on logout but i would
> like to know how could i handle the "Back button click event" of the
> browser"
>
> Thanks in advance for your help/
>
>
- Next message: Peter Kornills: "special authentication"
- Previous message: Jos: "Re: postback doesn't work with validators.!"
- In reply to: GMK: "Browser Back button problem"
- Next in thread: Andy Fish: "Re: Browser Back button problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]