how to hide variables passed through a url
Posted: Tue Jul 22, 2003 3:03 pm
Ok I'm sure this topic has been discused before, however, I'm looking for a particular solution to my problem. I would like to keep my url clean so rather than
>>> http://www.mysite.com/res.php?lid=107§=AA
I would like to have
>>> http://www.mysite.com/res.php
I know I know
- I could use POST rather than GET
- SESSIONs and register the variables in question
- Cookies
Without getting into details why, lets assume I do not have those options at my disposal. I was told I could use frames to hide the url variables somehow. If anyone knows what I'm talking please provide some insight.
Much appreciated,
--
Maximus
>>> http://www.mysite.com/res.php?lid=107§=AA
I would like to have
>>> http://www.mysite.com/res.php
I know I know
- I could use POST rather than GET
- SESSIONs and register the variables in question
- Cookies
Without getting into details why, lets assume I do not have those options at my disposal. I was told I could use frames to hide the url variables somehow. If anyone knows what I'm talking please provide some insight.
Much appreciated,
--
Maximus