Can anyone advise how you encode an url appended id (for throught site recognition of user)
e.g.
first cfm file:
<a href="nextpage.cfm?id=#userid#">next page</a>
-------------------------------------------------------
then the url would look like this:
how can I hide the number 9 so that no one can hack into mid site?
I can and am using session verification as well.
e.g.
first cfm file:
<a href="nextpage.cfm?id=#userid#">next page</a>
-------------------------------------------------------
then the url would look like this:
how can I hide the number 9 so that no one can hack into mid site?
I can and am using session verification as well.