![]() |
|
|
+ Search |
![]()
|
Mar 10th, 2002 23:15
Narendra Jain, Keith Scott,
When you submit the form, only the form variables are passed over and
NOT the session variables. You have to exclusively pass the session
variable PHPSESSID or else the entire data stored in the session
variables will be lost.
In short the FORM would always look like:
<FORM NAME=my_form METHOD=post
ACTION=<? echo $PHP_SELF?PHPSESSID=".$PHPSESSID ?> >