I'm new to ASP.Net MVC 3.0 and I've found the SessionLess controller concept. However, concept is not clear to me and can you please explain the usage of sessionless controllers vs SessionState ?
What are the best practices when using session data in Asp.net MVC 3.0?