Hi in my application i am assiging the Session Timeout some value say 10 min but still the applications session is getting expired can any body tell how to avoid session expired , eventhough i put the more time span till some times session getting expired i tried like below.. in WebConfig <add key="SessionTimeLimit" value="10" /> and taking this session time limit value and assigning it to timeout at the first page itself. like "Session.Timeout"
Thanks in advance
