Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-05-2008, 11:29 AM
jazz2k8's Avatar
Senior Member
 
Join Date: Apr 2008
Posts: 144
Rep Power: 0
jazz2k8 is on a distinguished road
Thumbs up Session Issue
Hi Folks,

When i say signout my web page is listening my signoutpg.jsp but the problem is when i click the back button of the browser it is going to the previous page...i need to disable this but browser back button disabling is not a feasible soln...i need to kill the session ..where i m new to this concept..anybody suggest me how to clear the cookies

If m wrong please suggest me the right way...

Thanks
__________________
visit : www.yoteam.co.cc
Bookmark Post in Technorati
Reply With Quote
  #2 (permalink)  
Old 11-05-2008, 01:01 PM
serjant's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Ukraine,Zaporozhye
Posts: 486
Rep Power: 2
serjant is on a distinguished road
Send a message via ICQ to serjant Send a message via Skype™ to serjant
Default
in order to kill session you should make following command:
Code:
session.invalidate();
And delete cookie is
Code:
cookie.setMaxAge( 0 );
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 11-05-2008, 02:28 PM
jazz2k8's Avatar
Senior Member
 
Join Date: Apr 2008
Posts: 144
Rep Power: 0
jazz2k8 is on a distinguished road
Default
thanks will try on this
__________________
visit : www.yoteam.co.cc
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Threading issue Eku New To Java 2 09-18-2008 11:47 AM
Compile Issue CrazyShells Slam New To Java 4 05-14-2008 09:51 PM
JFormattedTextField Issue teracomp AWT / Swing 1 01-21-2008 07:55 PM
Try Catch issue curtis_fraser Advanced Java 2 12-14-2007 12:04 AM
Issue chaitu444 New To Java 2 11-06-2007 08:49 PM


All times are GMT +2. The time now is 01:18 PM.



VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org