Hi, I have a page that uses a session variable as a parameter in an sql query. As I understand it, if a user's browser has cookies disabled, the session variable will not work and the page will crash. Is there any way of testing the browser to see if cookies are enabled or not so they can be redirected if necessary?