Perrin Harkins wrote:
> 
> Does your Set-Cookie header include a path setting?  Some browsers require
> that.
Yes, it sets the path to '/'. I'm sitting here scratching my head. I'm
doing everything I know to do and it's not working... :-(

Here's the relevant code: ($domain is 'cloudstock')
my $cookie = $CGI->cookie(
        -name => 'cookieName',
        -value  => $cookievalue,
        -path   => '/',
        -domain => ".$domain.com",
        -expires => $expires);

-- 
Drew Taylor
Vialogix Communications, Inc.
501 N. College Street
Charlotte, NC 28202
704.370.0550
http://www.vialogix.com

Reply via email to