Reply
how to invalidate a session
Old 02-05-2008, 08:59 AM how to invalidate a session
Novice Talker

Posts: 5
Name: prakash
when i click on logout link on jsp page, it shows to the login page (jsp).But when i click the browser back button it shows me the page which i have last visited ( having the logout link, say for eg in this case.) How can i avoid this type of situation?

solution with sample code snippets is well appreciated.
mvsprakash is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 02-06-2008, 04:40 AM Re: how to invalidate a session
chrishirst's Avatar
Super Moderator

Posts: 11,885
Location: Blackpool. UK
The browser history has nothing to do with sessions, so cannot be affected by server side jsp code.

and, No there is no way to remove the entry from the browser history cache
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 02-09-2008, 06:23 AM Re: how to invalidate a session
itHighway's Avatar
Average Talker

Posts: 24
Name: Zeeshan Dar
Location: GUJ
Use following meta tags in html of your pages..
Quote:
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="EXPIRES" CONTENT="0">
__________________
Zeeshan Dar
itHighway - web design development custom e-commerce solution & web based real estate listing software services provider
itHighway is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to how to invalidate a session
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13334 seconds with 13 queries