If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Protect users from changing QueryString var values

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-06-05, 10:32
marconi8 marconi8 is offline
Registered User
 
Join Date: May 2003
Posts: 50
Protect users from changing QueryString var values

some my web pages work with variables stored in QueryString,
people i know that this next sounds stupid, but maybe anyone can give me some good advices about QueryString variables Security

i mean that, each user can change variables vaalues stored in InternetBrowser address bar, it is possible to protect users from changing that variables, or for example it is possible to detect, - if user has changed querystring variables or my script ???

thanks
Reply With Quote
  #2 (permalink)  
Old 01-07-05, 16:37
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
No.. use cookies or sessions if you need a greater level of security when carrying values from page to page.
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #3 (permalink)  
Old 01-07-05, 16:48
Thrasymachus Thrasymachus is offline
SQL Server Street Fighter
 
Join Date: Nov 2004
Location: Down The Rabbit Hole
Posts: 7,979
Or Request.Form
__________________
software development is where smart people go to waste their lives
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On