[nycphp-talk] Session number never change
John Lacey
jlacey at att.net
Mon Nov 3 17:06:49 EST 2003
Jeff Siegel wrote:
>Has anyone seen this one before? I'm working in a shared hosting
>environment and I'm using session vars to pass values from form to form.
>I grab the session id, append it to the URL and redirect to the next
>form. Everything works well. HOWEVER, the strange thing is that no
>matter how many times I play with the form, it always comes back with
>the same session id (even though I'm using session_destroy).
>
>Any clues?
>
>
>
>
I think session_destroy( ) just destroys the session DATA, but leaves
the session mechanism intact
John
More information about the talk
mailing list