I posted a thread earlier about how to use cookies to create a skinning system, and got all the help I needed here, and it works just fine. Now onto my next task: I'm wondering if there is a way to detect if a cookie is set in a persons PC, and if not, have the page automatically redirect them to a page that would allow them to set a cookie to view the page correctly.
My idea was
Code: Select all
if (cookie is set) { <my sites script here> } else { <redirection code> }