Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a leave event?

Status
Not open for further replies.

solo1234

Programmer
Jun 25, 2007
39
NL
Hello all,

Because we want to know how long a visitor was on our site we need an event for closing / leaving our site.

What are the possibillities to get this information?

Regards,
solo1234.
 
Hello feherke,

Can you pls be more clear?

Regards,
Solo1234.
 
manage sessions in a database.
update each session value with a lastvisited property
have a database script checking the lastvisited property. if it is more than [x] minutes, consider the user to have left.
 
Ok jpadie,

Thanks for the information.

Solo1234.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top