In message <[EMAIL PROTECTED]>, HardyBoyz <[EMAIL PROTECTED]> writes >pratimadongare <[EMAIL PROTECTED]> wrote: hi >ppl, > > I am working on the session mgmt part in php.But could not find how to > detect the closure of a session.
>I think you better using cookies, not session. find the tutorial here >http://www.w3schools.com/php/php_cookies.asp Why do you say that? I have just changed a site from cookies to sessions because a) users can stop cookies from working, they can't stop sessions from working. b) search engines don't seem to accept cookies. Certainly slurp had difficulty in this area. Also, a cookie is never "closed", so how can you tell when a user has left the site? -- Pete Clark Sunny Andalucia http://hotcosta.com/Andalucia.Spain
