Help for this page
1) Check if cookie exists and is valid 2) If it doesn't exist or if it's incorrect, print html form 3) From HTML form set a cookie when they click submit
If a cookie exists { if {#check for validity } ... # # now that we have information, make a cookie, set it and refresh the +page }