1) no, the commented
   setcookie("user_data","",time()+(3600));    // set for 6 weeks *24*7*6
        I would move the *24*7*6 back into the (3600) to make it so. I just 
want to test for an hour

2) so maybe this is a problem with the server? I've been tearing my hair 
out because neither cookies nor sessions are acting the way that I have 
done them in the past on a different server.

**sigh**

On Wednesday, July 3, 2002, at 10:05 AM, [EMAIL PROTECTED] wrote:

> Is this a issue with register _globals = off.  try referencing it with
> $_COOKIE['user_data'].
> Also isn't 3600 only an hour.  60secs * 60mins?  i think 6 weeks would
> be...  151200  60 * 60 * 42days
> does that work?
>
> Jeff


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

Reply via email to