How to prevent session timeout

后端 未结 2 1900
予麋鹿
予麋鹿 2021-02-09 08:23

I know this is probably an easy question for most of you guys. But my problem is that my server host empty their session pools every minute. So how do I get my users to stay log

2条回答
  •  遥遥无期
    2021-02-09 08:56

    We use SQL Server to preserve session state. http://idunno.org/articles/277.aspx

    This has the additional advantage of working in server farms.

    These articles will also be helpful for you:

    http://msdn.microsoft.com/en-us/library/ms178586.aspx

    http://support.microsoft.com/kb/317604

    For really easy-to-follow videos, try this search: http://www.bing.com/videos/search?q=asp.net+session+state+&go=&qs=n&sk=&sc=2-19&form=QBVR#

提交回复
热议问题