[JDEV] Capturing user logoff

2002-03-16 Thread Glen Starchman
I am using the xdb_sql module for user authentication, so being able to tell when a user logs in is trivial. However, is there a mechanism whereby I can tell when a user logs off? Regards. ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber

Re: [JDEV] Capturing user logoff

2002-03-18 Thread raditha dissanayake
hi, the table named last holds this information. Glen Starchman wrote: > I am using the xdb_sql module for user authentication, so being able to > tell when a user logs in is trivial. However, is there a mechanism > whereby I can tell when a user logs off? > > Regards. > > __

Re: [JDEV] Capturing user logoff

2002-03-18 Thread raditha dissanayake
there is a table called last which holds this information. Glen Starchman wrote: > I am using the xdb_sql module for user authentication, so being able to > tell when a user logs in is trivial. However, is there a mechanism > whereby I can tell when a user logs off? > > Regards. > >