On Mon, 16 Aug 2004 17:39:21 +0200, Angelo Zanetti <[EMAIL PROTECTED]> wrote:
> ok I thought the problem was fixed but its not. The session variable
> gets registered correctly however when I go to the next page and too see
> if its still registered using the isset() function its not registered
> anymore. I do have session_start(); at the top of the new page.
> 
> I cant think why its not working?!?!


make sure that the session cookie is being set.  check the
session_id() on both pages, make sure they are the same.  If they
arent, you are having a problem getting the sid passed from page to
page.

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

Reply via email to