Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [Franco] Global to check if cookies are enable ?

Quote Reply
Re: [Franco] Global to check if cookies are enable ? In reply to
There isn't any way a global can check to see if cookies _could_ be accepted, but you can check to see if the user is currently using any cookies on the site (which means they are capable of accepting them and they haven't been disabled) with:

Code:
sub { scalar $IN->cookie }

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Subject Author Views Date
Thread Global to check if cookies are enable ? Franco 2219 Jul 6, 2003, 8:39 AM
Thread Re: [Franco] Global to check if cookies are enable ?
Jagerman 2123 Jul 6, 2003, 3:10 PM
Post Re: [Jagerman] Global to check if cookies are enable ?
Franco 2103 Jul 7, 2003, 10:51 PM