InternVirtuoso
Programmer
I pass some information in the URL with the querystring. The problem is that I am afraid that someone is going to change the values of the variables in the URL.
for example:
localhost/example.asp?ID=74
someone could just change the ID number in the URL.
Is there any way to hide part of the URL so that the user doesn't see the ID=74 part, and therefore won't be able to change it manually?
thanks