session time out problem
-
I have set timeout="120" in my web.config file, but why it has been auto logged out between 10 to 20 mins. Thanks in Advance
Sarfarj Ahmed
-
I have set timeout="120" in my web.config file, but why it has been auto logged out between 10 to 20 mins. Thanks in Advance
Sarfarj Ahmed
Sarfaraj Ahmed wrote:
I have set timeout="120" in my web.config file
There are many timeouts that can appear in a web.config file. Did you set the correct one?
Sarfaraj Ahmed wrote:
why it has been auto logged out between 10 to 20 mins.
Do you have InProc session? Is the app domain recycling frequently?
*Developer Day Scotland - Free community conference Delegate Registration Open
-
Sarfaraj Ahmed wrote:
I have set timeout="120" in my web.config file
There are many timeouts that can appear in a web.config file. Did you set the correct one?
Sarfaraj Ahmed wrote:
why it has been auto logged out between 10 to 20 mins.
Do you have InProc session? Is the app domain recycling frequently?
*Developer Day Scotland - Free community conference Delegate Registration Open
-
Sarfaraj Ahmed wrote:
I have set timeout="120" in my web.config file
There are many timeouts that can appear in a web.config file. Did you set the correct one?
Sarfaraj Ahmed wrote:
why it has been auto logged out between 10 to 20 mins.
Do you have InProc session? Is the app domain recycling frequently?
*Developer Day Scotland - Free community conference Delegate Registration Open
my web.cofig file as follows
decryption="AES" validation="SHA1" decryptionKey="96F95BF54FCDB28DC6BADE1162FE4A130E5417EEEFB3DEDFFD94A90AD5D62143" validationKey="BBEC4E221B6735DAF71AA30C715AC001591D718F3A4FD3C5BE71985FB5F94401" />
Sarfarj Ahmed
-
Sarfaraj Ahmed wrote:
have followed asp.net security video from asp.net website and I have done samething as they said on video.
Rather that doing the things in first step, first of all you need to know why you are doing that. Did you gone through the Colin's question?
cheers, Abhijit CodeProject MVP
-
my web.cofig file as follows
decryption="AES" validation="SHA1" decryptionKey="96F95BF54FCDB28DC6BADE1162FE4A130E5417EEEFB3DEDFFD94A90AD5D62143" validationKey="BBEC4E221B6735DAF71AA30C715AC001591D718F3A4FD3C5BE71985FB5F94401" />
Sarfarj Ahmed
Sarfaraj Ahmed wrote:
my web.cofig file as follows
and where is your Session State Settings?
cheers, Abhijit CodeProject MVP
-
Sarfaraj Ahmed wrote:
my web.cofig file as follows
and where is your Session State Settings?
cheers, Abhijit CodeProject MVP
i did not use any session state setting
Sarfarj Ahmed
-
i did not use any session state setting
Sarfarj Ahmed
Then that's your problem. You are using the default session state settings which is InProc time-out after 20 minutes.
*Developer Day Scotland - Free community conference Delegate Registration Open