Results 1 to 3 of 3
Thread: Session Issue
- 11-05-2008, 10:29 AM #1
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...
Thanksvisit : www.yoteam.co.cc
- 11-05-2008, 12:01 PM #2
in order to kill session you should make following command:
And delete cookie isJava Code:session.invalidate();
Java Code:cookie.setMaxAge( 0 );
- 11-05-2008, 01:28 PM #3
Similar Threads
-
Threading issue
By Eku in forum New To JavaReplies: 2Last Post: 09-18-2008, 10:47 AM -
Compile Issue
By CrazyShells Slam in forum New To JavaReplies: 4Last Post: 05-14-2008, 08:51 PM -
JFormattedTextField Issue
By teracomp in forum AWT / SwingReplies: 1Last Post: 01-21-2008, 06:55 PM -
Try Catch issue
By curtis_fraser in forum Advanced JavaReplies: 2Last Post: 12-13-2007, 11:04 PM -
Issue
By chaitu444 in forum New To JavaReplies: 2Last Post: 11-06-2007, 07:49 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks