|
 |
aspx thread: How the Heck do I increase the Session Timeout?
Message #1 by marl@s... on Wed, 19 Feb 2003 00:01:16
|
|
Message #2 by Carlos Magalhaes <CarlosM@t...> on Wed, 19 Feb 2003 08:28:16 +0200
|
|
Easy as cracking nuts with your fingers ;P
Here you go open your web.config:
Go/find this section:
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;user id=sa;password="
cookieless="false"
timeout="20"
/>
Change timeout="20" to what ever you want it to be.
If this doesn't work maybe you have another Web.config file that your
application is taking its settings from.
First try this and if it doesn't work please let us know of the folder
structure.
"Who said I am too young to take over the world!" --- CM
Regards,
Carlos Magalhaes
Best ADSI and DirectoryServices advice :
http://groups.yahoo.com/group/ADSIANDDirectoryServices
<http://groups.yahoo.com/group/ADSIANDDirectoryServices>
Best WMI programming advice : http://groups.yahoo.com/group/WMIPROGRAMMING
<http://groups.yahoo.com/group/WMIPROGRAMMING>
-----Original Message-----
From: marl@s... [mailto:marl@s...]
Sent: Wednesday, February 19, 2003 2:01 AM
To: ASP.NET
Subject: [aspx] How the Heck do I increase the Session Timeout?
HELP!!
Message #3 by marl@s... on Wed, 19 Feb 2003 15:03:30
|
|
>
Hmm, I can't crack nuts with my fingers.
Seriously, I don't have a Web.config file and machine.config is set to 20.
I think it must be because I keep recompiling the app.
Thanks
Easy as cracking nuts with your fingers ;P
Here you go open your web.config:
Go/find this section:
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;user
id=sa;password="
cookieless="false"
timeout="20"
/>
Change timeout="20" to what ever you want it to be.
If this doesn't work maybe you have another Web.config file that your
application is taking its settings from.
First try this and if it doesn't work please let us know of the folder
structure.
"Who said I am too young to take over the world!" --- CM
Regards,
Carlos Magalhaes
Best ADSI and DirectoryServices advice :
http://groups.yahoo.com/group/ADSIANDDirectoryServices
<http://groups.yahoo.com/group/ADSIANDDirectoryServices>
Best WMI programming advice : http://groups.yahoo.com/group/WMIPROGRAMMING
<http://groups.yahoo.com/group/WMIPROGRAMMING>
-----Original Message-----
From: marl@s... [mailto:marl@s...]
Sent: Wednesday, February 19, 2003 2:01 AM
To: ASP.NET
Subject: [aspx] How the Heck do I increase the Session Timeout?
HELP!!
Message #4 by "Rohit Arora" <rohit_arora@i...> on Thu, 20 Feb 2003 09:32:08 +0530
|
|
just check web.config if its there in virtual directory..may be by mistake u
might hv excluded it from project.
Regards
Rohit Arora
Intersolutions (P) Ltd
B - 21, Sector 58,
Noida - 201301
Tel : 91-2585703/04/05 Extn: 229
-----Original Message-----
From: marl@s... [mailto:marl@s...]
Sent: Wednesday, February 19, 2003 3:04 PM
To: ASP.NET
Subject: [aspx] RE: How the Heck do I increase the Session Timeout?
>
Hmm, I can't crack nuts with my fingers.
Seriously, I don't have a Web.config file and machine.config is set to 20.
I think it must be because I keep recompiling the app.
Thanks
Easy as cracking nuts with your fingers ;P
Here you go open your web.config:
Go/find this section:
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;user
id=sa;password="
cookieless="false"
timeout="20"
/>
Change timeout="20" to what ever you want it to be.
If this doesn't work maybe you have another Web.config file that your
application is taking its settings from.
First try this and if it doesn't work please let us know of the folder
structure.
"Who said I am too young to take over the world!" --- CM
Regards,
Carlos Magalhaes
Best ADSI and DirectoryServices advice :
http://groups.yahoo.com/group/ADSIANDDirectoryServices
<http://groups.yahoo.com/group/ADSIANDDirectoryServices>
Best WMI programming advice : http://groups.yahoo.com/group/WMIPROGRAMMING
<http://groups.yahoo.com/group/WMIPROGRAMMING>
-----Original Message-----
From: marl@s... [mailto:marl@s...]
Sent: Wednesday, February 19, 2003 2:01 AM
To: ASP.NET
Subject: [aspx] How the Heck do I increase the Session Timeout?
HELP!!
|
|
 |