you have to register the variable after it is set, not before. also only register the
variable once, dont keep re-registering it, some builds ie php-4.0.5 (snap) doesnt
like re-registering vars (sometimes).
this is my session file, works great for me.
--
Chris Lee
[EMAIL PROTECTED]
"
Oops
Should be:
session_start();
ofcourse, instead of session_start_start();
RenzE.
--
PHP General 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]
Hi,
Try:
session_start_start();
for a change. If you don't it will never work. Not even with versions
older than 4.03pl1.
RenzE.
On Fri, Mar 23, 2001 at 07:03:37PM +0700, Weerapong Sirikanya wrote:
> I have problem about using session with php that have version newer than 4.03pl1.
> this is
I have problem about using session with php that have version newer than 4.03pl1.
this is the test code.
-
test_session.php
-
$PHPSESSID";
$abc = 1;
?>
test_session2
---
result is:
$PHPSESSID -> 16529ad58656fc32ec
4 matches
Mail list logo