c# webapi无法获取Session值问题解决
在Web项目中,我们想要使用Session时,直接使用以下代码便可以获取想要的内容 var sessions=HttpContext.Current.Session ; var ...
在Web项目中,我们想要使用Session时,直接使用以下代码便可以获取想要的内容 var sessions=HttpContext.Current.Session ; var ...