Thanks.
so, you have tell to changes entire program . means webconfig and login form? or every session pages change the code ?
i mean only, changes webconfig ?
My code is:
<configuration>
<system.web>
<sessionState timeout="40000" mode="InProc"></sessionState>
</system.web>
</configuration>
but, 2 min to expire session.
and
hosting is authentication setting:
session mode: windows
session time out(min): 40000.
but, only 2 min stay. after expiring sessions.
this is my problem. so, please most of live examples tell me.