What is recommended when using many variables that contain information that could be considered a privacy problem if captured?
Are URL parameters fine to use and just use the Request.QueryString("variablename") or should I use session variables even though they can time out?
This is with VB.NET and ASP.NET
Thanks,
Cleako
Are URL parameters fine to use and just use the Request.QueryString("variablename") or should I use session variables even though they can time out?
This is with VB.NET and ASP.NET
Thanks,
Cleako