A
Anonymous
Guest
Dear all,
In my project, a login page is set as index.php which check the login user and creat appropiate session for various user by :
session_start;
:
check user statements
:
$super = $username;
session_register("super");
then the page jump to next page and so on, the sessionID is passed thru quite smoothly.
But the session lost when I try to made insertion or updating database when it pass to a html form. I have code the necessary codes for using the session but whatever I do, I check the session string is empty !!
How can I fix the problem ?
With regards,
Ransome
In my project, a login page is set as index.php which check the login user and creat appropiate session for various user by :
session_start;
:
check user statements
:
$super = $username;
session_register("super");
then the page jump to next page and so on, the sessionID is passed thru quite smoothly.
But the session lost when I try to made insertion or updating database when it pass to a html form. I have code the necessary codes for using the session but whatever I do, I check the session string is empty !!
How can I fix the problem ?
With regards,
Ransome