S
Swati
Hello All,
I am developing a web application using ASP.NET I need access to some
data on all pages like user id etc. I cannot use Session as I have lot
of new window popups and the session data does not get shared across
them. I cannot use hidden variables to pass data across pages, as the
pages that open in new window do so by a http get method and this data
is not available.
So, I have to use querystring variables only but it is not secure.
Does anybody know how I can use the querystring variables in code but
hide them from users. I have my own page class deriving from
System.Web.UI.Page where some common processing is done. All my pages
derive from this class. Can I make use of this page class. I was
trying to see if Context.RewritePath is of any help .. but I am not
sure how I can use it.
Can anyone suggest a solution for the same please. I have been hitting
my head hard on this...
-
Swati
I am developing a web application using ASP.NET I need access to some
data on all pages like user id etc. I cannot use Session as I have lot
of new window popups and the session data does not get shared across
them. I cannot use hidden variables to pass data across pages, as the
pages that open in new window do so by a http get method and this data
is not available.
So, I have to use querystring variables only but it is not secure.
Does anybody know how I can use the querystring variables in code but
hide them from users. I have my own page class deriving from
System.Web.UI.Page where some common processing is done. All my pages
derive from this class. Can I make use of this page class. I was
trying to see if Context.RewritePath is of any help .. but I am not
sure how I can use it.
Can anyone suggest a solution for the same please. I have been hitting
my head hard on this...
-
Swati