> -----Original Message-----
> From: LoneWolf [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 15, 2007 4:35 PM
> To: php-general@lists.php.net
> Subject: [PHP] 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

Reply via email to