phototaker
Technical User
How do I make sure that a visitor can't later come back to a page they have bookmarked without going to the log in page first? Thanks Richard
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<%
response.cookies("name")("value") = "something"
' to retrieve
variable = request.cookies("name")("value")
%>