RE: Session Problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -----Original Message-----
> From: LoneWolf [mailto:ltempleton@xxxxxxxxxxxx]
> Sent: Thursday, February 15, 2007 4:35 PM
> To: php-general@xxxxxxxxxxxxx
> Subject:  Session Problem
> 
> I am having a problem where it appears that the session is not being saved
> properly.
> 
> While on a page, I can start a session and set variables to it. however,
> when I go to the next page.. the session variables appear to have been
> cleared out.

Is there anything unusual about your setup that you failed to mention?
(e.g. using <frameset> etc.)

A few things to check:
- Make sure cookies (at least session cookies) are enabled in your browser. 
- Try browsing the site from another computer.
- Make sure session_start() is being called before any HTML output
(including blank lines before the first <?php tag)

-Brad

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux