Click here to Skip to main content
15,892,161 members
Articles / Web Development / ASP.NET

Strongly Typed Session (Alternative to Extension Properties – Getter/Setter)

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
15 Apr 2014CPOL2 min read 8.6K   4  
One of the ways of persisting values across requests in MVC involves interacting with Session, an instance of “HttpSessionStateBase”.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Unknown
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions