Response.Redirect() problem
-
Hi Is there a way to hide the parameters passed when using response.redirect? ie instead of displaying : www.codeproject.com/script/Forums/Edit.aspx?fid=12076&floc=/script/Forums/View.aspx something like:www.codeproject.com/script/Forums/Edit.aspx I can use sessions but if the data is too large what can be done?? plz help
-
Hi Is there a way to hide the parameters passed when using response.redirect? ie instead of displaying : www.codeproject.com/script/Forums/Edit.aspx?fid=12076&floc=/script/Forums/View.aspx something like:www.codeproject.com/script/Forums/Edit.aspx I can use sessions but if the data is too large what can be done?? plz help
Hi, have a look here: http://www.devcity.net/articles/47/1/encrypt_querystring.aspx[^] They are using encrpytion to hide the details of the query string. Maybe this helps a bit. Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
Hi Is there a way to hide the parameters passed when using response.redirect? ie instead of displaying : www.codeproject.com/script/Forums/Edit.aspx?fid=12076&floc=/script/Forums/View.aspx something like:www.codeproject.com/script/Forums/Edit.aspx I can use sessions but if the data is too large what can be done?? plz help