Re: Loggin out using JDBC realms

2001-09-03 Thread P.Miller
Hi Roland, you could use session.invalidate(). The next time the user wants to access a protected page he has to log in again. Peter Roland wrote: Hello, when using security realms, more specifically JDBC realms, how do you log-out? Thanks for answers, Roland

RE: Loggin out using JDBC realms

2001-09-01 Thread Taavi Tiirik
On Fri, 31 Aug 2001, PHAM,TAM (HP-Vancouver,ex1) wrote: Regarding logging out of JDBC realms. This does not seem ideal if I have to explicitly call session.invalidate() when the user logs out. Tam, You can use javascript to fire session.invalidate() in case the user closes browser window

Re: Loggin out using JDBC realms

2001-08-31 Thread Taavi Tiirik
when using security realms, more specifically JDBC realms, how do you log-out? Call session.invalidate() and it does the trick. with best wishes, Taavi

RE: Loggin out using JDBC realms

2001-08-31 Thread PHAM,TAM (HP-Vancouver,ex1)
automatically invalidating the session after x period of time. Tam -Original Message- From: Taavi Tiirik [mailto:[EMAIL PROTECTED]] Sent: Friday, August 31, 2001 2:12 PM To: [EMAIL PROTECTED] Subject: Re: Loggin out using JDBC realms when using security realms, more specifically JDBC