Jump to content

Is there a way to hide variables which are being passed back of a url ?


jd2007

Recommended Posts

You can use sessions.  Then the data is stored on the server, and tracked using a cookie.  Nothing is visible in the URL.

 

Another option is using post instead of get.  Post data is also not visible in the url.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.