Differences in forms auth timeout and session timeout

前端 未结 3 708
感情败类
感情败类 2020-12-08 03:15

The session state timeout is set using this web.config element


3条回答
  •  感情败类
    2020-12-08 03:50

    as expected.

    e.g. if your session times out after 20 minutes, your session-variables will be lost. but the user could access the pages which are protected by the authentication.

    if the authentication times out, the user could not access the page which it protects, and the state of the session is irrelevant.

提交回复
热议问题