How to change session timeout programmatically .Net Core

前端 未结 0 334
故里飘歌
故里飘歌 2021-01-24 09:23

In startup.cs I configure session with no timeout

services.AddSession(options =>
        {
            //options.IdleTimeout = TimeSpan.FromSecond         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题