====================== Can you not use the logging done by Jetspeed already? ======================== Thanks for your reply. I see that "USER_ACTIVITY" table has the entry for each login-success and login-failure. However, I would like to delete the user logged in information from the table upon user logging out. I do not want to mess up or delete the entries from Jetspeed's database as iam pretty sure that my requirement will be extended. Thanks for your time.
Regards, Srini. ronatartifact wrote: > > On 17/11/2010 6:06 PM, SriniPitta wrote: >> Hi, >> >> I would like to insert a new entry in database capturing the session and >> user details upon each time the user login into portal and logout the >> portal. >> >> I have written a listener class and extended HttpSessionListener and >> overrided sessionCreated() and sessionDestroyed() methods and added below >> entry in my web.xml. But it does not invoke my listener during user login >> or >> logout. Can you please let me know the correct way of implementing. >> >> <listener> >> <listener-class>com.mycompany.MyHttpSessionListener</listener-class> >> </listener> >> >> Thanks for your time. >> >> Regards, >> Srini. > Can you not use the logging done by Jetspeed already? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://old.nabble.com/session-listener-not-working-tp30239157p30249147.html Sent from the Jetspeed - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
