|
Posted by Dikkie Dik on 01/14/07 18:50
> How are sites built so that once a website has been left (either by logging
> out or by just moving out of the domain), that a login becomes necessary
> again once the site is revisited (either by back button, history or
> revisiting the site)?
For logging-out code, look up session_destroy() in the documentation. If
the user does not explicitly log out, I trust the normal session
handling of PHP to do the job. That may mean that the user can come back
during some time without logging on again. I don't mind.
Best regards
Navigation:
[Reply to this message]
|