1. 用httpcontext.current.session 不能读写.. == null
2. 从网上搜到几个答案...都不能用:(
谁能告诉我一下么?
vs2010 , mvc4 , webapi , .net4.0
Rest风格应该是没有服务器状态的。如果一定要用session自己实现一下吧。
建议不要用Session
follow here:
http://www.codeproject.com/Tips/513522/Providing-session-state-in-ASP-NET-WebAPI
Hope this will be helpful to you