Hi,

make sure there's a "session_start();" on each page.
Your server should keep the session_id.If it doesn't try this:
<input type=hidden name=PHPSESSID value=$PHPSESSID>

HTH,
Bastian


Myrage schrieb:

> How do we pass sessions via post ?? I seem to lose the session once it has
> been submitted through the POST Method.
>
> Any help??




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to