I'm starter of written PHP. Thanks for any help!
After login:
session_start();
session_register("usr_id");
session_register("passwd");
header("Location: ./mainframe.php");
mainframe.php is a frameset
link page in the frame, it has a PHPSESSID after the link
(index.php?PHPSESSID=9062af3a5880d735cd2183b929028e82)
but i call the value
session_start();
$HTTP_SESSION_VAR['usr_id']; or
$_SESSION['usr_id'];
No value in these variable.
Thanks for any help!!!
^_^
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]