Gossamer Forum
Home : General : Perl Programming :

Cookies

Quote Reply
Cookies
How to know whether the users turn on cookies or not on their browser using CGI script?
Quote Reply
Re: Cookies In reply to
I don't think it's possible to know from within a cgi script, however with some javascript I think you can find out. Give:

if (document.cookies)

a shot. I'm not a javascript expert by any stretch of the definition.. =)

Cheers,

Alex