[PHP] Re: Destroying Session Prob

2001-11-12 Thread dav
Try a more simple: ?php session_start(); session_destroy(); echo(You are now logged off br); ? Joe Van Meer [EMAIL PROTECTED] ha scritto nel messaggio [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi again, I've just completed my logout process, everything is going great but after I log out

[PHP] Re: Destroying Session

2001-07-27 Thread Jonas Delfs
Richard Baskett [EMAIL PROTECTED] skrev i en meddelelse [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Ok having a problem. If a person just surfs to a page outside of my site or types in a different url etc.. then it leaves the session intact. How can I destroy that session? The