Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / session

Session

session

Great Reads

by MBigglesworth79
Access session information via a dynamic object where we use a dynamic property to specify the name of the session item
by ASP.NET Community
In one of our project the site usage of site was very heavy and we need to migrate it to load balancing server. I have never configured the sites in
by Eduardo Antonio Cecilio Fernandes
This article explains how to manage ASP.NET Client and Server State, via View State, Hidden Fields, Cookies, Query Strings, Session State and Application State.
by mgkr
An ASP.NET OO Session wrapper baked into the objects themselves, instead of a monolithic wrapper containing all objects to persist.

Latest Articles

by MBigglesworth79
Access session information via a dynamic object where we use a dynamic property to specify the name of the session item
by ASP.NET Community
In one of our project the site usage of site was very heavy and we need to migrate it to load balancing server. I have never configured the sites in
by Eduardo Antonio Cecilio Fernandes
This article explains how to manage ASP.NET Client and Server State, via View State, Hidden Fields, Cookies, Query Strings, Session State and Application State.
by mgkr
An ASP.NET OO Session wrapper baked into the objects themselves, instead of a monolithic wrapper containing all objects to persist.

All Articles

Sort by Score

session 

by Jaume González
How to make sessions easy to use by extending .NET object class
by Daniel Vincent
This article about how to extend your ASP.NET session and alert the user based some predefined time
by Leszek Koc
Three different approaches to handle Session access in MVC applications.
by Mathew Soji
A walkthrough on installing Redis server and implementing a custom ASP.NET State Management using Redis and ASP.NET MVC5.
by Thang Believe
A solution for performance logging
by Sujeet Bhujbal
In this article, I will tell you how to create a cross-browser session expiration popup box using jQuery easily
by rajivpande86
When the browser window is closed, how does server react to the Session which was being active?
by Peace ON
Following is a one line solution when it is written within Session_End() method of Global.asax file.Session.Abandon()HTH
by Member 10262330
I developed this DLL to have a more powerful utility and to simplify SP and query.
by Aravinda Sringarapuram
One of the ways of persisting values across requests in MVC involves interacting with Session, an instance of “HttpSessionStateBase”.