Top "Asp.net-session" questions

How can I set the Secure flag on an ASP.NET Session Cookie?

How can I set the Secure flag on an ASP.NET Session Cookie, so that it will only be transmitted …

asp.net-session ssl-security
What is the difference between Session.Abandon() and Session.Clear()

What is the difference between destroying a session and removing its values? Can you please provide an example demonstrating this? …

asp.net session asp.net-session
How to get a session value in cshtml file in ASP.Net MVC4

Pls help me out, the value is storing in the session for the particular user ,When i am retrieving the …

asp.net-mvc-4 asp.net-mvc-routing asp.net-session
ASP.NET MVC 3 - Dealing with Session variables

I have an app which uses Form's Authentication and when the user log's in, I retrieve the user's actual name …

c# asp.net-mvc-3 forms-authentication asp.net-session
Type '' in Assembly '' is not marked as serializable. linq-to-sql

I am using asp.net and have configured the sessions to stored in SQL server. My porject has many object …

c# sql-server linq-to-sql asp.net-session
how to logout the user from my asp.net application?

I'm using custom code to login and logout the user in my web application. on click of the login button, …

c# asp.net asp.net-membership asp.net-profiles asp.net-session
Session ID not random enough - ASP.NET

UPDATE We eventually had a meeting with some programmers on the Acunetix team and they realized there may be a …

c# asp.net sessionid asp.net-session
How can I get session variable from separate JavaScript file?

I have simple code in GoogleOauth2.js file function storedAccsessToken(token) { $.ajax({ type: "GET", url: '<%=HttpContext.Current.Request.…

javascript asp.net asp.net-session
Storing values in asp.net session using jquery

How to store values in the session using jquery. I am using the following code var Link = '<%=Session["…

jquery asp.net-session
Set / update expiration on aspxauth and asp.net_sessionid cookies

I am wondering if there is a way you can setup your .NET application to set and update the expiration …

c# .net cookies asp.net-session .aspxauth