Click to See Complete Forum and Search --> : Can't destroy sessions in OmniHTTPd


mp96brbj
01-04-2001, 08:12 AM
I have installed OmniHTTPd 2.07 on win98, and it came with PHP4 pre-installed. I configured a path to save session files in, and that works. However, I can't kill my PHP sessions with session_destroy(). The session stays active until I restart the browser.

I am able to kill the session when the script is uploaded to another (Apache) server, so I don't think there's anything wrong with my code.

Anon
04-29-2002, 12:41 PM
I don't have an answer for you but I am trying to figure out how to kill a session without restarting the browser too, did you figure it out?
I have been using
session_destroy("carttotal");

Thanks in advance