I have problem with session timeout even i added code in web.config as follows but its not working, it expires within 10 mins.
<sessionState mode="InProc" timeout="300"></sessionState>
Server has session timeout of 20 mins.
Please help me to solve session timeout issue?