Help for this page

Select Code to Download


  1. or download this
    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
    
  2. or download this
    If a cookie exists {
    if {#check for validity  }
    ...
    #
    # now that we have information, make a cookie, set it and refresh the 
    +page
    }