i have checked and it does as for cookies on my webmail at the same server. 
also, i have cleared my list of whether to accept/deny cookies from various 
sites.
is the script itself correct to set a cookie? (just have to check :)

On Monday 11 Mar 2002 9:54 pm, you wrote:
> It's cause there is an option in browser settingd to ask. Check Your
> privacy settings.
> Shall work :)
>
>
> ----- Original Message -----
> From: "Matthew Harrison" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 11, 2002 11:42 PM
> Subject: setting and retrieving cookies
>
> > Ok, now i am pretty sure what i have done is right because i copied it
>
> from
>
> > a book, but I don;t know if it is right to set or retrieve a cookie.
> > here is my script that should set a cookie, allowing visitors to
> > customise the look of my site:
> >
> > #!/usr/bin/perl
> >
> > use CGI qw/:standard/;
> > $q = new CGI;
> > print header();
> >
> > $cookie = $q->cookie(-name=>'fontsize',
> >       -value=>'12',
> >       -expires=>'20s',
> >       -domain=>'http://www.peanutbuttercheesecake.co.uk');
> >
> > why isn't anything happening. my browser is set to ask if i want to
> > accept a cookie, but it doesn't ask.
> > TIA
> >
> > --
> > Matthew Harrison
> > Internet/Network Services Administrator
> > Peanut-Butter Cheesecake Hosting Services
> > Genstate
> > www.peanutbuttercheesecake.co.uk
> >
> >
> > --
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Matthew Harrison
Internet/Network Services Administrator
Peanut-Butter Cheesecake Hosting Services
Genstate
www.peanutbuttercheesecake.co.uk


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to