try not setting the domain.
~Chris /"\
\ / September 11, 2001
X We Are All New Yorkers
/ \ rm -rf /bin/laden
On Tue, 13 Nov 2001, Chris Kay wrote:
>
> I have a simple question that bugging me..
>
> I have a site which I am designing with users auth, I have decided to use
> cookies as I need to store variables after the user leave the site..
>
> Problem I am having is the domain I set it on,
>
> If the user logs into http://www.mysite.com and later logs into
> http://mysite.com without the www the cookie will not work..
>
> Is this because I am setting the domain wrong?
>
> I have tried
>
> ".mysite.com"
> "mysite.com"
> "$HTTP_HOST"
> ""
>
> Is some1 able to point me in the right direction
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]