| Author |
alternative to session.invalidate() in netscape
|
Nazneen Shaikh
Greenhorn
Joined: May 01, 2003
Posts: 21
|
|
Hi, I am using session.invalidate in my logout jsp to end the user session. While testing the same with netscape it gives me a problem. How do I tackle this for netscape and IE. What is the alternative to session.invalidate() in netscape Thanks in advance Naz
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56218
|
|
|
Since this is a server-side call, it should be agnostic to the browser being used. Your problem is probably elsewhere. Perhaps you could actualy show us what the problem is.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
Moving to JSP....
|
 |
 |
|
|
subject: alternative to session.invalidate() in netscape
|
|
|