asp.net-session Questions
10
Solved
I redirect the user to the login page when user click log out however I don't think it clears any application or session because all the data persisted when the user logs back in.
Currently the lo...
Thibaud asked 5/12, 2008 at 21:12
5
Solved
How can I set the Secure flag on an ASP.NET Session Cookie, so that it will only be transmitted over HTTPS and never over plain HTTP?
Hsining asked 18/9, 2009 at 6:29
10
Solved
What is the difference between destroying a session and removing its values? Can you please provide an example demonstrating this?
I searched for this question, but don't grasp total answer. Some ...
Schaeffer asked 24/9, 2009 at 8:41
1
Solved
In my ASP.NET Web application, i have made the below changes to make the ASP.NET_SessionID and .ASPXAUTH Cookies Secure by adding the below entries to web.config
<httpCookies httpOnlyCookies="t...
Nagpur asked 18/10, 2014 at 7:25
1
Solved
Pls help me out, the value is storing in the session for the particular user ,When i am retrieving the session value from cshtml, It is showing the PC-username instead of the particular username pr...
Matthiew asked 12/2, 2014 at 9:6
3
Solved
I am implementing a session structure.
I have a ConcurrentDictionary on server side holding on to all the <SessionId, UserSession> pairs.
When a new connection is established a cookie is a...
Absorbefacient asked 27/9, 2013 at 23:2
5
Solved
I have an app which uses Form's Authentication and when the user log's in, I retrieve the user's actual name and assign that to a session variable, like so:
[HttpPost]
public ActionResult LogOn(Lo...
Hopple asked 12/4, 2012 at 12:0
3
Solved
How to store values in the session using jquery.
I am using the following code
var Link = '<%=Session["Link"]%>';
to get data from session. How to do the reverse process.
Problem:
I ne...
Prepositor asked 25/2, 2010 at 6:23
1
Solved
UPDATE
We eventually had a meeting with some programmers on the Acunetix team and they realized there may be a few bugs in their code that are causing this to be displayed in the scan as more of a...
Cognition asked 1/8, 2011 at 18:17
3
Solved
As far as I know, the current situation is this:
Use SQL session state provider is possible (as I've read somewhere) but it's not supported by Microsoft. So it could stop working in the fut...
Atonement asked 8/2, 2011 at 19:43
1
© 2022 - 2024 — McMap. All rights reserved.