View Full Version : query string
Bluemonkey
02-05-2003, 11:46 PM
whats the longest a query string can be?
thanks
oracleguy
02-06-2003, 12:12 AM
From what I've read, there isn't really a published limited. But the accepted maximum is 1024. Anymore and you might start to have problems with different browsers and such.
whammy
02-06-2003, 12:53 AM
Just make sure if you're using variables that can contain spaces or funny characters and you're using Response.Redirect() that you use:
Server.URLEncode()
:D
Bluemonkey
02-06-2003, 08:54 AM
thanks for the help
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.