Hi,
When you use the REdirect server object function, can you transfer variables to this, without using cookeis?
ta
kai
Printable View
Hi,
When you use the REdirect server object function, can you transfer variables to this, without using cookeis?
ta
kai
You can append a query string. Or you could use session variables to store the data, but that would require a cookie for the session ID.
Hi penagate,
Cheers for thsi, am already awre of this, but what I actually wanted to know (should ahve stated this earlier)
if the user has his orher browser set to not store any sort of session variables within the cache, is it possible to transferr these values in hidden form variables?
Note. other chose is using Cookes, and dont want to use these at all...
ta
Kai
No the form is not passed, Response.Redirect is same as clicking on a link (querystring)
Those variables should be available to the pages you redirect to as long as they are within the same application area.