Re: Chirag: Logout from the JDBCRealm Authentication

2005-01-09 Thread Parsons Technical Services
@jakarta.apache.org Sent: Saturday, January 08, 2005 12:57 AM Subject: Chirag: Logout from the JDBCRealm Authentication Software JDK1.5 jakarta-tomcat-5.5.2 Requirement --- I am using JDBCRealm Authentication. I want to provide a logout facility and I could do

Re: Chirag: Logout from the JDBCRealm Authentication

2005-01-09 Thread Chirag
changes have been made in the code. 2. I have not done this myself. Just makes sense that if you reverse what the register method does.. Doug - Original Message - From: Chirag To: Sent: Saturday, January 08, 2005 12:57 AM Subject: Chirag: Logout from the JDBCRealm Authentication

Chirag: Logout from the JDBCRealm Authentication

2005-01-07 Thread Chirag
Software JDK1.5 jakarta-tomcat-5.5.2 Requirement --- I am using JDBCRealm Authentication. I want to provide a logout facility and I could do that with session.invalidate() function but is there any other way by which without destroying the session we can logout