NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHP $_SESSION

Néstor rotsen at gmail.com
Thu Jun 5 19:01:18 EDT 2008


I tested this small program and the value is always 1


On Thu, Jun 5, 2008 at 3:53 PM, John Campbell <jcampbell1 at gmail.com> wrote:

>
> 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20080605/08013b73/attachment.html>


More information about the talk mailing list