session timeout is not working for webpart in MS sharepoint

460 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 answers

1
Vishal On

Try In web.config

<sessionState timeout="20"  />