Why asp.net session is expired sooner than its timeout?

前端 未结 3 1239
南旧
南旧 2021-01-06 21:55

I have an Asp.net webservice. It has method M1. M1 creates a folder for each session. When a session is expired, I delete that folder in global.asax using the following code

3条回答
  •  孤城傲影
    2021-01-06 22:40

    If you are creating and deleting folder under your web service path, iis immediatly restarts. Take a look on this post.

提交回复
热议问题