how to implement globally unique identifier (GUID) in tomcat
seetharaman jayaraman
Ranch Hand
Joined: Feb 18, 2008
Posts: 42
posted
0
Hi,
We maintain session ids with log in, but which is invalidated only when we close the browser instead of at log out time. So, if i re-login without closing the browser i get the same session id. how to fix this.
seetharaman jayaraman wrote:Hi,
We maintain session ids with log in, but which is invalidated only when we close the browser instead of at log out time.
How do you "logout"? Do you call session.invalidate() on logout?