The session variables are empty.  The save path is /tmp
I do see the PHPSESSID on the phpinfo page.

It has to do with the php.ini set up but  except for the differences I
mentioned
on a previous email I do not see much differences.

I will try it on a small page like you mentioned.

:-)

On Thu, Jun 5, 2008 at 3:53 PM, John Campbell <[EMAIL PROTECTED]> wrote:

> On Thu, Jun 5, 2008 at 4:30 PM, Néstor <[EMAIL PROTECTED]> 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.
> _______________________________________________
> New York PHP Community Talk Mailing List
> http://lists.nyphp.org/mailman/listinfo/talk
>
> NYPHPCon 2006 Presentations Online
> http://www.nyphpcon.com
>
> Show Your Participation in New York PHP
> http://www.nyphp.org/show_participation.php
>
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to