Re: function/module to check if visitors have their cookies enabled

2003-06-09 Thread Octavian Rasnita
You need to set the cookie in a page, then refresh the page to display another one and in the second page you can check if that cookie was set or not. Teddy, Teddy's Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTED] - Original Message - From: "Ahrent" <[EMAIL PROTECTED]> To: <[EMAIL P

Re: function/module to check if visitors have their cookies enabled

2003-06-06 Thread Kristofer Hoch
What sometimes helps me is this... Add a domain. -domain => '.some.com', --- Ahrent <[EMAIL PROTECTED]> wrote: > Hi I’m looking for a function/module to check if > visitors have their cookies enabled when they come > to my site. > I think that there might all-ready might be a > module for this,

Re: function/module to check if visitors have their cookies enabled

2003-06-06 Thread Andrew Brosnan
On 3/9/03 at 2:51 AM, [EMAIL PROTECTED] (Ahrent) wrote: > Hi Iím looking for a function/module to check if visitors have their > cookies enabled when they come to my site. A little Javascript may be better for your purpose; but consider: use CGI; my $q = new CGI; my $cookie = $q->