> Does anyone know of a way to detect when cookies are not accepted > by a browser. My site uses session cookies and I'd like to be > able to redirect people somewhere to tell them that the site > requires cookies and what to do to activate them...
If a request comes in with one of your pages as it's referer, but no cookie, then the browser probably doesn't support cookies, or your cookie expired in the interval. Of course, some browsers can be configured to omit the referer header, and I guess some don't support it at all. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>