|
Posted by Chris Shiflett on 09/02/05 01:43
Philip Hallstrom wrote:
> > Is there a way, using PHP, to determine if session cookies
> > are enabled (or disabled) in the user's browser privacy
> > settings?
>
> Set a cookie using setcookie().
>
> Then use an HTML meta refresh (or javascript, just not
> Header("Location...) to redirect them to another page.
Why not? I much prefer real headers to the "http-equiv" stuff in meta
tags. After all, that is just a way to let you mimic real headers.
Chris
--
Chris Shiflett
Brain Bulb, The PHP Consultancy
http://brainbulb.com/
Navigation:
[Reply to this message]
|