|
Posted by flintridgeparkenfarker vonkerschnauzerheiden on 06/17/05 14:22
What happens when I run this example is (I modified it a little for
monitoring):
The SID is available to print on page1.php and the session vars are
loaded.
After clicking the link to page2.php, the page opens with empty session
vars.
When I go back to page1.php, the SID is no longer available in "SID" but
the
session vars still contain the original values and this is the way it
remains as I
navigate back and forth: no id available through "SID" but the sess vars
do
maintain their values on page1.php but not on page2.php.
"Philip Olson" <philipolson@gmail.com> wrote in message
news:1118852006.008178.262310@f14g2000cwb.googlegroups.com...
> An example in the PHP manual uses SID, try it:
>
> http://php.net/session-start
>
> Also, read the session section in the manual.
>
Navigation:
[Reply to this message]
|