<% dim bLoginSaved if Request.Form("SaveLogin") = "on" then Response.Cookies("SavedLogin")("EMail") = Request.Form("email") Response.Cookies("SavedLogin")("pw") = Request.Form("password") Response.Cookies("SavedLogin").Expires = Date + 30 bLoginSaved = True else bLoginSaved = False end if %> Cookie Test - Check Login <% If bLoginSaved then %> Saving Login information to a cookie
<% End If %> Thank you for logging into the system.

E-Mail address confirmation: <%= Request.Form("email") %>