I need to implement session timeout in vb.net application. It's using wcf services.
I tried to implement session timeout using web.config, Global.asax and in IIs session state and in App pool both. Nothing works. Application is using sessioncookie and it stores in Sql Server DB.
Please help me to implement sessiontimeout.
Sessions are stored based on the SQL database you are using. So you can use the following configuration code:
The unit of timeout is minutes.