Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

Right now i am learning MVC. I found that MVC provides
Sessionless Controller.<br />
Support

Now i want to know exact the meaning of this statement.
This means we have no session variable in MVC?
Then how can we manage session in MVC?
Please help me so clear this concept.

Thanks,
Viprat
Posted

1 solution

Hi ,

SessionLess controller allows you to execute multiple requests simultaneously for single user, which otherwise execute multiple requests sequentially due to session synchronization

MVC has session like asp.net so no need to worry about session in MVC.


for more information you can go through.
http://weblogs.asp.net/imranbaloch/archive/2011/05/10/asynccontroller-v-s-sessionless-controller.aspx[^]
 
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