in reply to cookie woes

Does $random contain a value? When you read a cookie in, it only returns its -value.

Replies are listed 'Best First'.
Re: Re: cookie woes
by wolverina (Beadle) on Nov 20, 2002 at 17:47 UTC
    yes, $random contains a value. I want to make sure that the script that reads in the cookie isn't missing a line of code. -Lisa

      Are you executing the script within the same domain that the cookie is set for? In other words, you cannot read a cookie from a different domain.