View Full Version : holding values across servers
Bluemonkey
02-19-2003, 09:16 PM
what would you sugest as the best way to keep hold of a lots of values across to anoither server and back again. at the monet i have the values saved as session objects then from one serve to another taken by a query string and then saved again as session objects is there a better way of doing this.
thank you for your help
whammy
02-20-2003, 12:21 AM
Can you "POST" to the server? Well even if you can't, just retrieve the entire collection... like:
Dim item
For each item in Request.Form()...
or
For each item in Request.QueryString()...
check out the sticky thread at the top regarding servervariables for the syntax, you'll see that is a very easy way to loop through any collection you are requesting...
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.