Kelly,

> The browser can display the previous page
when I use "Back" button in the toolbar

This is often the case due to browsers caching the pages on the client side. You will not be able to prevent this.


or when I type in the URL for the pages that should be displayed only after the user login.

Now, browsers *should* be re-visiting the URL if you type it into the location bar. Are you actually checking the session for some kind of credential token for a login, or are you just checking the presence of the session?


The default "session" setting for JSPs is "on", which means that unless you have put <@page session="false"@> at the top of your page, then you'll get a new session if you don't already have one. Perhaps that could be affecting you...

-chris


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to