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