I have heard about sessionles controller in MVC3.
[SessionState(SessionStateBehaviour.Disabled)]
public class MyController :Controller
{
}
If I use the sessionless controllers, then how I can browse accross the pages in my application for a particuler user? What is the best practice?