in reply to Cookies and 'accept only from server'
Greetings,
What server are you using? You could play around with the server to force all requests from http://myhost.com/ to be redirected to http://www.myhost.com/. It's an icky solution, but in theory it would work.
Alternately, try dropping the "domain" key/value pair from the cookie and see if the default will set the cookie even on the http://myhost.com/ event.
-gryphon
code('Perl') || die;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Cookies and 'accept only from server'
by Xxaxx (Monk) on Aug 15, 2001 at 23:59 UTC |