Re: [PHP] PHP Sessions
[email protected] (Kevin Kinsey)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
Forgot to mention, you could check into the privacy
vs. server settings by doing:
session_start();
echo session_id();
on both pages. If they're different, then
this is the problem.
KDK