RE: Login problems (still)

2003-02-19 Thread Tam, Michael
Are you sure you looked at the right API ;-) It is in the servlet api. Look carefully and you will find it. Cheers -Original Message- From: Sloan Seaman [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 6:00 AM To: Tomcat Users List Subject: Re: Login problems (still) I

Re: Login problems (still)

2003-02-14 Thread Sloan Seaman
PROTECTED] Sent: Thursday, February 13, 2003 5:38 PM Subject: RE: Login problems (still) for logout, you can simple invalidate your session. if you need to keep the session around after invalidating it, just create a new one and populate data to it Filip -Original Message- From: Sloan

RE: Login problems (still)

2003-02-14 Thread Barney Hamish
use the Session.invalidate() method Try looking at the j2ee api. Hamish -Original Message- From: Sloan Seaman [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 2:46 PM To: Tomcat Users List Subject: Re: Login problems (still) What is the best way to go about

Re: Login problems (still)

2003-02-14 Thread Sloan Seaman
[EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, February 14, 2003 8:45 AM Subject: RE: Login problems (still) use the Session.invalidate() method Try looking at the j2ee api. Hamish -Original Message- From: Sloan Seaman [mailto:[EMAIL PROTECTED]] Sent

RE: Login problems (still)

2003-02-13 Thread Filip Hanik
for logout, you can simple invalidate your session. if you need to keep the session around after invalidating it, just create a new one and populate data to it Filip -Original Message- From: Sloan Seaman [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 2:40 PM To: Tomcat