Cookie Exist
Is there not a simple way to check if a cookie exists?
I get to may page it checks a value against something in the cookie. The trouble is first time users don't have this cookie and it all goes horribly wrong. So i need to check if it exists, if not then create it
Thanks to anyone that can help.
|