Re: Programmatically detecting a login or logout using Apache Tomcat

2008-07-28 Thread MartinOShea
Johnny Kewl wrote: > > > - Original Message - > From: "MartinOShea" <[EMAIL PROTECTED]> > To: > Sent: Sunday, July 27, 2008 9:40 PM > Subject: Programmatically detecting a login or logout using Apache Tomcat > > >> >> Hello

Programmatically detecting a login or logout using Apache Tomcat

2008-07-27 Thread MartinOShea
Hello I'm trying to find a way to detect a user logging into or logging out of an application I'm working on. I want to record these events so that I know the exact steps a user has taken through the application's JSPs and servlets. I want to do this without reference to the Apache Tomcat server