PHP session starter detect for visitor counting
Posted
by zapping
on Stack Overflow
See other posts from Stack Overflow
or by zapping
Published on 2010-02-08T08:54:28Z
Indexed on
2010/03/18
10:31 UTC
Read the original article
Hit count: 467
Is there a way to find out on session being started. Like for instance the session start event in the global.ascx file of .net. The requirement is to find the no. of visits the user has done on the site.
Instead of checking each time during posts or gets to the server. Is there something in php to find out if the session is a new one. Zen framework is also used for the app.
© Stack Overflow or respective owner