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
What sometimes helps me is this... Add a domain.
-domain => '.some.com',
--- Ahrent <[EMAIL PROTECTED]> wrote:
> Hi Im 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,
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->