PDA

View Full Version : how can I get and write user logout time into DB?


TheLastMohican
02-03-2009, 02:57 AM
hi guys;
I want to know, user when logout and visit duration in website?
how can I write these in my db?

Spudhead
02-03-2009, 09:41 AM
Have a google for global.asa (http://www.w3schools.com/ASP/asp_globalasa.asp), specifically the Session_OnStart and Session_OnEnd Events (http://www.w3schools.com/asp/ev_sess_onend_onstart.asp).