[phplib] sessionID-from-submits From: Holger Bahr (hb <email protected>)
Date: 04/03/01

Hello,

if i propagate a Session ID within a form by something like
hidden_session() or handmade, i won´t have my sessionID on
the next Page after a page_open() call.
For testing purposes, before page_open(), i receive my corrent ID.

So, if i am using:

 <input type="hidden" name="phpsessid" value="6a669b063113ef8f79fec77d83909f20">
 - the session id is LOST after the nest page_open() call.

but, if i am using

 <form action="index.php?phpsessid=6a669b063113ef8f79fec77d83909f20" method="post">
 - the session id is NOT lost ... nice .. but .. er ..

... what´s going on ?
I would prefer to use a hidden form field.

Maybe someone here knows more about that.

Best wishes,

Holger

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>