473,507 Members | 8,022 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Session Timeout error- when browser not used for more than 5 minut

GP
We get " Object reference not set to an instance of an object. "
error in all the links whenever the browser is not used for more than 5
minutes.
In IIS 5.0 version we are setting the session time out to 60 minutes.
Please let me the know solution if any knows the answer.
Thanks
GP
Nov 19 '05 #1
6 1737
Are you using session variables in those pages? If you are, your session is
timing out, please check to see that you havent changed the timeout setting
anywhere in your code. If thats not the case. Open the EventLog and see if
theres any message saying aspnet_wp.exe getting recycled. If worker process
gets recycled, you lose all the session data too. So, please check the event
log for any error messages
--
Kumar Reddi
http://kumarreddi.blogspot.com
"GP" <GP@discussions.microsoft.com> wrote in message
news:7D**********************************@microsof t.com...
We get " Object reference not set to an instance of an object. "
error in all the links whenever the browser is not used for more than 5
minutes.
In IIS 5.0 version we are setting the session time out to 60 minutes.
Please let me the know solution if any knows the answer.
Thanks
GP

Nov 19 '05 #2
GP
yes,I am using Session variables in the form.On the error log I see the
message..
aspnet_wp.exe (PID:2544) stopped unexpectedly.
Please let me know what is solution for the Session timeout when the browser
is not used more than 5 minutes.
Thanks
GP
"GP" wrote:
We get " Object reference not set to an instance of an object. "
error in all the links whenever the browser is not used for more than 5
minutes.
In IIS 5.0 version we are setting the session time out to 60 minutes.
Please let me the know solution if any knows the answer.
Thanks
GP

Nov 19 '05 #3
well, the solution is to find out why your aspnet worker process is dying.
;) What was the reason listed under the error message in the event log

--
Kumar Reddi
http://kumarreddi.blogspot.com

"GP" <GP@discussions.microsoft.com> wrote in message
news:60**********************************@microsof t.com...
yes,I am using Session variables in the form.On the error log I see the
message..
aspnet_wp.exe (PID:2544) stopped unexpectedly.
Please let me know what is solution for the Session timeout when the browser is not used more than 5 minutes.
Thanks
GP
"GP" wrote:
We get " Object reference not set to an instance of an object. "
error in all the links whenever the browser is not used for more than 5
minutes.
In IIS 5.0 version we are setting the session time out to 60 minutes.
Please let me the know solution if any knows the answer.
Thanks
GP

Nov 19 '05 #4
GP
Even I checked the machine config file the responsedeadlock seems to be set
to 00:10:00 .I don't understand why the Worker process is failing.
Any further help is appreciated.

"Kumar Reddi" wrote:
well, the solution is to find out why your aspnet worker process is dying.
;) What was the reason listed under the error message in the event log

--
Kumar Reddi
http://kumarreddi.blogspot.com

"GP" <GP@discussions.microsoft.com> wrote in message
news:60**********************************@microsof t.com...
yes,I am using Session variables in the form.On the error log I see the
message..
aspnet_wp.exe (PID:2544) stopped unexpectedly.
Please let me know what is solution for the Session timeout when the

browser
is not used more than 5 minutes.
Thanks
GP
"GP" wrote:
We get " Object reference not set to an instance of an object. "
error in all the links whenever the browser is not used for more than 5
minutes.
In IIS 5.0 version we are setting the session time out to 60 minutes.
Please let me the know solution if any knows the answer.
Thanks
GP


Nov 19 '05 #5
I repeat, what is the reason listed under the error message "aspnet_wp.exe
(PID:2544) stopped unexpectedly." in the event log? Nothing?
--
Kumar Reddi
http://kumarreddi.blogspot.com
"GP" <GP@discussions.microsoft.com> wrote in message
news:C4**********************************@microsof t.com...
Even I checked the machine config file the responsedeadlock seems to be set to 00:10:00 .I don't understand why the Worker process is failing.
Any further help is appreciated.

"Kumar Reddi" wrote:
well, the solution is to find out why your aspnet worker process is dying. ;) What was the reason listed under the error message in the event log

--
Kumar Reddi
http://kumarreddi.blogspot.com

"GP" <GP@discussions.microsoft.com> wrote in message
news:60**********************************@microsof t.com...
yes,I am using Session variables in the form.On the error log I see the message..
aspnet_wp.exe (PID:2544) stopped unexpectedly.
Please let me know what is solution for the Session timeout when the

browser
is not used more than 5 minutes.
Thanks
GP
"GP" wrote:

> We get " Object reference not set to an instance of an object. "
> error in all the links whenever the browser is not used for more than 5 > minutes.
> In IIS 5.0 version we are setting the session time out to 60 minutes. > Please let me the know solution if any knows the answer.
> Thanks
> GP


Nov 19 '05 #6
GP
There is no reason listed under the event log. we just see this message the
aspnet_wp.exe (PID:2544) stopped unexpectedly.
Thanks
GP

"Kumar Reddi" wrote:
I repeat, what is the reason listed under the error message "aspnet_wp.exe
(PID:2544) stopped unexpectedly." in the event log? Nothing?
--
Kumar Reddi
http://kumarreddi.blogspot.com
"GP" <GP@discussions.microsoft.com> wrote in message
news:C4**********************************@microsof t.com...
Even I checked the machine config file the responsedeadlock seems to be

set
to 00:10:00 .I don't understand why the Worker process is failing.
Any further help is appreciated.

"Kumar Reddi" wrote:
well, the solution is to find out why your aspnet worker process is dying. ;) What was the reason listed under the error message in the event log

--
Kumar Reddi
http://kumarreddi.blogspot.com

"GP" <GP@discussions.microsoft.com> wrote in message
news:60**********************************@microsof t.com...
> yes,I am using Session variables in the form.On the error log I see the > message..
> aspnet_wp.exe (PID:2544) stopped unexpectedly.
> Please let me know what is solution for the Session timeout when the
browser
> is not used more than 5 minutes.
> Thanks
> GP
>
>
> "GP" wrote:
>
> > We get " Object reference not set to an instance of an object. "
> > error in all the links whenever the browser is not used for more than 5 > > minutes.
> > In IIS 5.0 version we are setting the session time out to 60 minutes. > > Please let me the know solution if any knows the answer.
> > Thanks
> > GP


Nov 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
8643
by: Yannick Turgeon | last post by:
Hello all, I'm currently trying to pass commands to a telnet session and get the texte generated (stdin + stdout) by the session. The problem I get is that the Telnet.read_until() function...
12
43154
by: Geigho | last post by:
Setting session timeout in web.config file does not seem to have any effect. Any explanation or suggestion will be appreciated.
6
2553
by: Nedu N | last post by:
Hi, I am trying to design a Home page for my applicatiion in which i want show the links for for some itms... I tried to put the following <td> <font face="Arial, Helvetica, sans-serif" ...
4
15445
by: DavidS | last post by:
First: There are several ways to confuse one regarding session timeout. (1) web.config - <sessionState timeout="20"> (2) IIS Manager | Internet Information Services | ServerNode | Default Web Site...
8
5469
by: bdeviled | last post by:
I am deploying to a web environment that uses load balancing and to insure that sessions persist across servers, the environment uses SQL to manage sessions. The machine.config file determines how...
15
10958
by: dee | last post by:
Hi, What is the maximum number of minutes for Session timeout that I can specify in web.config? Thanks. Dee
3
5187
by: kurt | last post by:
Hi All. I have a page that users enter information in text boxes...and sometimes it's a lot of information. There are times that these folks either take their time entering the info or do other...
2
3291
by: exhuma.twn | last post by:
Hi again, as soon as I try to make use of the "session" object inside a psp-template file, I get the following error: Mod_python error: "PythonHandler mod_python.publisher" Traceback (most...
0
1033
by: mark4asp | last post by:
Is this class to fix my Session Timeout problem OK? The problem is that users are timing out and the timeout then generates an error entry in the event log. I'd rather not have these entries. ...
9
19629
by: antonyliu2002 | last post by:
By default, IIS is configured to timeout a session in 20 minutes, which can be changed through the IIS config window. I use InProc sessionState mode. I can also set the session timeout in...
0
7220
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7308
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7023
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5617
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5037
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3188
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3178
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
757
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
410
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.