Re: Managing state using querystrings
From: Kevin Spencer (kevin_at_takempis.com)
Date: 03/26/04
- Next message: Kevin Spencer: "Re: CSS and the Data grid control...."
- Previous message: Scott: "Re: CSS and the Data grid control...."
- In reply to: Joe Gass: "Re: Managing state using querystrings"
- Next in thread: Sean Winstead: "Re: Managing state using querystrings"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 26 Mar 2004 09:37:31 -0500
> I think sessions are shared across all windows used by a user - regardless
> of whether they pop-up or not.
Browser-dependent.
-- HTH, Kevin Spencer .Net Developer Microsoft MVP Big things are made up of lots of little things. "Joe Gass" <joe@dontspamme.com> wrote in message news:OoJSixzEEHA.2884@TK2MSFTNGP12.phx.gbl... > I think sessions are shared across all windows used by a user - regardless > of whether they pop-up or not. > > "Swati" <swatisahasrabudhe@yahoo.com> wrote in message > news:abadda58.0403260454.4a8810fa@posting.google.com... > > 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 > >
- Next message: Kevin Spencer: "Re: CSS and the Data grid control...."
- Previous message: Scott: "Re: CSS and the Data grid control...."
- In reply to: Joe Gass: "Re: Managing state using querystrings"
- Next in thread: Sean Winstead: "Re: Managing state using querystrings"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|