[nycphp-talk] PHP $_SESSION
John Campbell
jcampbell1 at gmail.com
Thu Jun 5 18:53:05 EDT 2008
On Thu, Jun 5, 2008 at 4:30 PM, Néstor <rotsen at gmail.com> wrote:
> I was wrong, there is a SESSION section is just that I was searchin for
> _SESSION
> on the page and I was not findng it.
>
> session.save_path/tmp
>
I assume you are testing with a simple page like
<?php
session_start();
echo ++$_SESSION['foo'];
The number should increase on every refresh. Does it just print 1
every time? Are there files in /tmp that look like
"sess324afd9asd91874ea"? Delete your cookies and refresh the page and
check for a cookie like: PHPSESSID=324afd9asd91874ea ?
-John C.
More information about the talk
mailing list