RE: LogOut from JDBC Realm

2004-12-02 Thread Allistair Crossley
1:52 > To: [EMAIL PROTECTED] > Subject: Re: LogOut from JDBC Realm > > > Hi there - > > Thanks for the responses and sorry to get back to this - I > haven't made any progress and have had other problems > (challenges?) to fix first! > > I have a link to

Re: LogOut from JDBC Realm

2004-12-02 Thread Chris Chappell
Hi there - Thanks for the responses and sorry to get back to this - I haven't made any progress and have had other problems (challenges?) to fix first! I have a link to a logout servlet with the doGet() method below. Using eclipse debugging shows that the session "isValid=false" on invalidate

Re: LogOut from JDBC Realm

2004-11-23 Thread Quinton Delpeche
On Tuesday 23 November 2004 17:09, Chris Chappell wrote: > Hi there Hi, > Can anyone give me a pointer how to logout a JDBC Realm authenticated user > without closing the browser. E.g. I need a log out button which forwards to > a goodbye page and does something like this (fictitious) > "userSe

Re: LogOut from JDBC Realm

2004-11-23 Thread deepak shripat mane
  Helloo u can do in following way Regards Deepak On Tue, 23 Nov 2004 Chris Chappell wrote : >Hi there > >Can anyone give me a pointer how to logout a JDBC Realm authenticated user >without closing the browser). >E.g. I need a log out button with forwar

Re: LogOut from JDBC Realm

2004-11-23 Thread Chris Chappell
Yoav Well I tried this, but it didn't seem to make any difference so I thought maybe it was just resetting the session vars. But I'll have another play with it. Ceeres Chris Chappell Subject: RE: LogOut from JDBC Realm Hi, You mean like session.invalidate()? ;) Yoav Sh

RE: LogOut from JDBC Realm

2004-11-23 Thread Shapira, Yoav
Hi, You mean like session.invalidate()? ;) Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Chris Chappell [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 23, 2004 10:10 AM >To: [EMAIL PROTECTED] >Subject: LogOut from JDBC Realm > >Hi there > >Can anyone give me a p