简体   繁体   中英

session timeout is not working for webpart in MS sharepoint

in web.config This settings is there.

I want to kill the session: 1. if user is iddle for 20 min. 2. if user close the browser without logout then i want to kill the session after 20 min.

尝试在web.config中

<sessionState timeout="20"  />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM