[Phplib-users] header() and 4.1.2
Brought to you by:
nhruby,
richardarcher
|
From: Daniel B. <bo...@io...> - 2002-04-03 20:46:01
|
I have a brand new problem with PHP Version 4.1.2
when I call =20
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
|