session timeout is not working for webpart in MS sharepoint

487 Views Asked by At

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.

1

There are 1 best solutions below

1
On

Try In web.config

<sessionState timeout="20"  />