RE: [Phplib-users] header() and 4.1.2
Brought to you by:
nhruby,
richardarcher
|
From: Taylor, S. <Ste...@uk...> - 2002-04-04 09:48:05
|
Are you calling page_close before you call the header function?
If not the session data will not have been saved.
-Stewart
-----Original Message-----
From: Daniel Bondurant [mailto:bo...@io...]
Sent: 03 April 2002 21:46
To: php...@li...
Subject: [Phplib-users] header() and 4.1.2
I have a brand new problem with PHP Version 4.1.2
when I call
header("Location: ".$sess->url("/nextpage.php"));
the values in $sess are not being saved. I can echo out the values no
problem on the first page, but on nextpage.php, then are gone.
It is only not saving the latest values when I use header() to move to
the next page.
I am using all the session4 .inc files.
anyone else run into this problem?
thanks
daniel
_______________________________________________
Phplib-users mailing list
Php...@li...
https://lists.sourceforge.net/lists/listinfo/phplib-users
|