The session-less tag has no wiki summary.
9
votes
1answer
2k views
What are some scenario's of having a Session-less Controller in ASP.NET MVC3?
Reading Guru-Gu's blog post about ASP.NET MVC3 hitting RC, he says:-
Session-less Controller Support
You can now indicate whether you want a
Controller class to use session-state
– and if ...
3
votes
2answers
371 views
What's the advantage of using Session-less Controllers in ASP.NET MVC3?
Can anyone get me a detailed answer on this?
What's the advantage of using Session-less Controllers in ASP.NET MVC?