I am having some problem with expiration of session in my ASp.Net application.
The problem is that, my session is getting expired before the prespecified time duration in web.config file.I am not using page level session timeouts nor in global.asax.
I am using forms authentication. Both- auhentication timeout and session time out i hav specified as 20 in web.config file. I am just pasting that section frm my web.config file: