c# - losing session variable on popup -
When I try to open a popup from a hyperlink, I'm losing data stored in session session.
and asp: hyperlink id = "hyperlink 1" runat = "server" target = "_ blank" navigate = '& lt;% #' '/ / viewer / description description.aspx? Id = "+ Evil (" ID ") +" & QueryID = "+ Request .QueryString [" QueryID "]%> 'Text = "view" /> The session variable in the code above is cleared in IE, the version I am using is 8.
Any help would be appreciated.
I'm not sure that IE8 has organized a session in a new window. To check, try opening a hyperlink in the same window (exclude target = "_ blank" ). Either way, I recommend that it is stored in a cookie or passes it with query string if it is not sensitive data
Comments
Post a Comment