Aspnetcore httpcontext会话变为null

时间:2018-01-10 11:22:37

标签: asp.net-core

当我使用原子支付网关和我的测试登录凭据时,我的httpcontext.session变为null 当从atom的支付网关返回时,我得到了会话null。

请告诉我会话如何为空?

1 个答案:

答案 0 :(得分:0)

您忘记将services.AddSession();添加到启动类以配置中间件。