>
> instead of bouncing the user's agent back and forth
>
> > session_cache_limiter('private_no_expire');
> > session_set_cookie_params(0,"/","schools.zenrays.com");
> > session_start();
>
> ... will probably not match this one here.
>
> You've set the Cookie Parameters here to very specific values.
>
> You should do that consitently on every session_start() to make sure
> your site's cookies are always operating under the same conditions.
 i included the tfollowing two lines to my starting script on each
page, but still not working
  session_cache_limiter('private_no_expire');
 session_set_cookie_params(0,"/","schools.zenrays.com");
 when i call var_dump($_COOKIE), it returns null. i can't make out
what's happening!

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

Reply via email to