Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

Can anyone tell me how to implement Session management for an application with an example in ASP.net mvc3 C#

Thanks and regards,
Bhavani
Posted
Updated 9-Jun-12 0:44am
v2

Session in MVC is no different that normal webforms ASP.NET.

See short explanation & example: Value Providers:[^]

Few other references:
Introducing System.Web.Providers - ASP.NET Universal Providers for Session, Membership[^]
Save and retrieve Session data via Ajax using JQuery in an MVC 3 application[^]
 
Share this answer
 
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900