In message <[EMAIL PROTECTED]>, Hadi <[EMAIL PROTECTED] works.net> writes >hi, > >i have a semi-public page that i want to know how much time does it take >for each user from entering the page and closing or leaving that page. i >log the IP and entering time/date for each user, but don't' know what to >do with the leaving time? >is it possible to be done with *session*?
You can't tell when a person leaves the page, you can only tell when they next click on a link on that page. Session will time out, usually after 30 minutes, if the user doesn't click on any links on your page. They don't know if the browser was closed, or if the visitor typed in a new URL. And, this would not tell you anything, anyway. What if the page was open, and the person walked away from the machine, or opened another window in front of it? -- Pete Clark Free advertising for your website, business, or organisation at: http://www.hotcosta.com/resources.php The php_mysql group is dedicated to learn more about the PHP/MySQL web database possibilities through group learning. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php_mysql/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
