Re: [PHP] session_id and cookie settings

2004-03-02 Thread Chris Shiflett
--- Torsten <[EMAIL PROTECTED]> wrote: > when I destroy my session and reload my index.php. I get the same > session_id() that was just destroyed before. I've checked it after > session_destroy() with echo session(); The function returned no value > anymore. But as I said, when starting a new sessi

[PHP] session_id and cookie settings

2004-03-02 Thread Torsten
Hi, when I destroy my session and reload my index.php. I get the same session_id() that was just destroyed before. I've checked it after session_destroy() with echo session(); The function returned no value anymore. But as I said, when starting a new session the old session_id is reappearing. Only