TheCandyman
Technical User
I pass some values in the URL because cookies/session variables are not an option. how can i do a check/validate to see if they just pulled it out of their browser history, or they are actually on my site going from page to page?
Suggestions? i was thinking of doing some sort of
Any suggestions, or better way?
Suggestions? i was thinking of doing some sort of
Code:
Trim(Request.ServerVariables("HTTP_REFERER"))
Any suggestions, or better way?