473,378 Members | 1,531 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Session variables start disappearing after DAYS of working fine!

I have a site that works fine for days, then suddenly, I start getting ASP
0115 errors with an indication that session variables IN SEPARATE SESSIONS
have disappeared!

First, for background information, I have a customized 500-100 page that
sends the value of various session variables via email to my support site.

The situation:

On the home page of the site, the FIRST THING that is done is a Session
variable is created that saves the Session ID. I see an ASP 0115 error thru
the email, with NO value defined for the session variable that SHOULD
contain the Session ID. After the first error, I see more of them.

Any ideas??? (I have looked at aspfaq already)

TIA,

Larry Woods
Jul 19 '05 #1
9 3294
How about these:
http://support.microsoft.com/default...b;en-us;178037
http://support.microsoft.com/default...b;en-us;303881
http://support.microsoft.com/default...b;en-us;173307
http://support.microsoft.com/default...b;en-us;281298
http://support.microsoft.com/default...b;en-us;323752
http://support.microsoft.com/default...b;en-us;182891

particularly this one:
http://support.microsoft.com/default...b;en-us;316112

Bob Barrows

Larry Woods wrote:
I have a site that works fine for days, then suddenly, I start
getting ASP 0115 errors with an indication that session variables IN
SEPARATE SESSIONS have disappeared!

First, for background information, I have a customized 500-100 page
that sends the value of various session variables via email to my
support site.

The situation:

On the home page of the site, the FIRST THING that is done is a
Session variable is created that saves the Session ID. I see an ASP
0115 error thru the email, with NO value defined for the session
variable that SHOULD contain the Session ID. After the first error,
I see more of them.

Any ideas??? (I have looked at aspfaq already)

TIA,

Larry Woods


Jul 19 '05 #2
Thanks, Bob,

I have previously reviewed all of these. The thing that is unique about
this error is that it only occurs intermittently--about once a week. The
problems that are noted in the support posts mostly reference errors that
are immediate, based upon a patch, version change, etc. This site is not
being touched.

Oh, well. I'll just keep looking...

Thanks, again,

Larry Woods

"Bob Barrows" <re*******@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
How about these:
http://support.microsoft.com/default...b;en-us;178037
http://support.microsoft.com/default...b;en-us;303881
http://support.microsoft.com/default...b;en-us;173307
http://support.microsoft.com/default...b;en-us;281298
http://support.microsoft.com/default...b;en-us;323752
http://support.microsoft.com/default...b;en-us;182891

particularly this one:
http://support.microsoft.com/default...b;en-us;316112

Bob Barrows

Larry Woods wrote:
I have a site that works fine for days, then suddenly, I start
getting ASP 0115 errors with an indication that session variables IN
SEPARATE SESSIONS have disappeared!

First, for background information, I have a customized 500-100 page
that sends the value of various session variables via email to my
support site.

The situation:

On the home page of the site, the FIRST THING that is done is a
Session variable is created that saves the Session ID. I see an ASP
0115 error thru the email, with NO value defined for the session
variable that SHOULD contain the Session ID. After the first error,
I see more of them.

Any ideas??? (I have looked at aspfaq already)

TIA,

Larry Woods


Jul 19 '05 #3
Larry,

Could it be that the session is timing out correctly...someone went to lunch
perhaps! but your pages went ahead processing using NULL session variables
thus causing a component to malfunction and eventually giving you ASP0115
errors?

JAT - Brian

"Larry Woods" <la***@lwoods.com> wrote in message
news:OG**************@TK2MSFTNGP11.phx.gbl...
I have a site that works fine for days, then suddenly, I start getting ASP
0115 errors with an indication that session variables IN SEPARATE SESSIONS
have disappeared!

First, for background information, I have a customized 500-100 page that
sends the value of various session variables via email to my support site.

The situation:

On the home page of the site, the FIRST THING that is done is a Session
variable is created that saves the Session ID. I see an ASP 0115 error thru the email, with NO value defined for the session variable that SHOULD
contain the Session ID. After the first error, I see more of them.

Any ideas??? (I have looked at aspfaq already)

TIA,

Larry Woods

Jul 19 '05 #4
"Larry Woods" <la***@lwoods.com> wrote in message
news:Ou**************@TK2MSFTNGP10.phx.gbl...
Thanks, Bob,

I have previously reviewed all of these. The thing that is unique about
this error is that it only occurs intermittently--about once a week. The
problems that are noted in the support posts mostly reference errors that
are immediate, based upon a patch, version change, etc. This site is not
being touched.

Oh, well. I'll just keep looking... This might indicate a leak or something. In that case just reset IIS after x
days using task scheduler for instance.
On IIS 6 this can be set in COM+...
Thanks, again,

Larry Woods

"Bob Barrows" <re*******@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
How about these:
http://support.microsoft.com/default...b;en-us;178037
http://support.microsoft.com/default...b;en-us;303881
http://support.microsoft.com/default...b;en-us;173307
http://support.microsoft.com/default...b;en-us;281298
http://support.microsoft.com/default...b;en-us;323752
http://support.microsoft.com/default...b;en-us;182891

particularly this one:
http://support.microsoft.com/default...b;en-us;316112

Bob Barrows

Larry Woods wrote:
I have a site that works fine for days, then suddenly, I start
getting ASP 0115 errors with an indication that session variables IN
SEPARATE SESSIONS have disappeared!

First, for background information, I have a customized 500-100 page
that sends the value of various session variables via email to my
support site.

The situation:

On the home page of the site, the FIRST THING that is done is a
Session variable is created that saves the Session ID. I see an ASP
0115 error thru the email, with NO value defined for the session
variable that SHOULD contain the Session ID. After the first error,
I see more of them.

Any ideas??? (I have looked at aspfaq already)

TIA,

Larry Woods




Jul 19 '05 #5
The leak is a possibility. I am using a small Jet (Access) database for
parameter data. I read somewhere that you can get a memory leak in IIS if
you are using Jet. Have you seen this citation?

TIA,

Larry Woods

"Egbert Nierop (MVP for IIS)" <eg***********@nospam.com> wrote in message
news:OA*************@tk2msftngp13.phx.gbl...
"Larry Woods" <la***@lwoods.com> wrote in message
news:Ou**************@TK2MSFTNGP10.phx.gbl...
Thanks, Bob,

I have previously reviewed all of these. The thing that is unique about
this error is that it only occurs intermittently--about once a week. The problems that are noted in the support posts mostly reference errors that are immediate, based upon a patch, version change, etc. This site is not being touched.

Oh, well. I'll just keep looking... This might indicate a leak or something. In that case just reset IIS after

x days using task scheduler for instance.
On IIS 6 this can be set in COM+...
Thanks, again,

Larry Woods

"Bob Barrows" <re*******@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
How about these:
http://support.microsoft.com/default...b;en-us;178037
http://support.microsoft.com/default...b;en-us;303881
http://support.microsoft.com/default...b;en-us;173307
http://support.microsoft.com/default...b;en-us;281298
http://support.microsoft.com/default...b;en-us;323752
http://support.microsoft.com/default...b;en-us;182891

particularly this one:
http://support.microsoft.com/default...b;en-us;316112

Bob Barrows

Larry Woods wrote:
> I have a site that works fine for days, then suddenly, I start
> getting ASP 0115 errors with an indication that session variables IN
> SEPARATE SESSIONS have disappeared!
>
> First, for background information, I have a customized 500-100 page
> that sends the value of various session variables via email to my
> support site.
>
> The situation:
>
> On the home page of the site, the FIRST THING that is done is a
> Session variable is created that saves the Session ID. I see an ASP
> 0115 error thru the email, with NO value defined for the session
> variable that SHOULD contain the Session ID. After the first error,
> I see more of them.
>
> Any ideas??? (I have looked at aspfaq already)
>
> TIA,
>
> Larry Woods


Jul 19 '05 #6
Hi Larry,

Besides, is it possible that the global.asax file was modified due to some
reasons, which made the web application reloaded. Also, check the Event log
on the server and see if the IIS service was restarted or something like
that.

Regards,

Felix Wu
=============
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
From: "Larry Woods" <la***@lwoods.com>
Subject: Session variables start disappearing after DAYS of working fine!
Date: Sat, 6 Sep 2003 11:06:47 -0700
Lines: 21
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <OG**************@TK2MSFTNGP11.phx.gbl>
Newsgroups: microsoft.public.inetserver.asp.general
NNTP-Posting-Host: ip68-2-97-113.ph.ph.cox.net 68.2.97.113
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.asp.general:251903
X-Tomcat-NG: microsoft.public.inetserver.asp.general

I have a site that works fine for days, then suddenly, I start getting ASP
0115 errors with an indication that session variables IN SEPARATE SESSIONS
have disappeared!

First, for background information, I have a customized 500-100 page that
sends the value of various session variables via email to my support site.

The situation:

On the home page of the site, the FIRST THING that is done is a Session
variable is created that saves the Session ID. I see an ASP 0115 error thruthe email, with NO value defined for the session variable that SHOULD
contain the Session ID. After the first error, I see more of them.

Any ideas??? (I have looked at aspfaq already)

TIA,

Larry Woods


Jul 19 '05 #7
Thanks, Felix,

It's ASP, not ASP.NET so global.asax isn't the problem. Also, I have
verified that IIS is not being restarted. I think that I might have a
memory leak but can't verify whether this would cause a ASP 0115.

Larry

"Felix Wu [MSFT]" <fe*****@online.microsoft.com> wrote in message
news:py**************@cpmsftngxa06.phx.gbl...
Hi Larry,

Besides, is it possible that the global.asax file was modified due to some
reasons, which made the web application reloaded. Also, check the Event log on the server and see if the IIS service was restarted or something like
that.

Regards,

Felix Wu
=============
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: "Larry Woods" <la***@lwoods.com>
Subject: Session variables start disappearing after DAYS of working fine!
Date: Sat, 6 Sep 2003 11:06:47 -0700
Lines: 21
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <OG**************@TK2MSFTNGP11.phx.gbl>
Newsgroups: microsoft.public.inetserver.asp.general
NNTP-Posting-Host: ip68-2-97-113.ph.ph.cox.net 68.2.97.113
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.asp.general:251903
X-Tomcat-NG: microsoft.public.inetserver.asp.general

I have a site that works fine for days, then suddenly, I start getting ASP0115 errors with an indication that session variables IN SEPARATE SESSIONShave disappeared!

First, for background information, I have a customized 500-100 page that
sends the value of various session variables via email to my support site.
The situation:

On the home page of the site, the FIRST THING that is done is a Session
variable is created that saves the Session ID. I see an ASP 0115 error

thru
the email, with NO value defined for the session variable that SHOULD
contain the Session ID. After the first error, I see more of them.

Any ideas??? (I have looked at aspfaq already)

TIA,

Larry Woods

Jul 19 '05 #8
Hi Larry ,

I apologize for my typo. I meant "global.asa", not global.asax. If this
file is updated, the ASP engine will restart the ASP application and all
sessions in this application wil be discarded. This can be caused by some
Anti-virus softwares. When the global.asa is scanned (not modified), the
ASP engine thinks it has been updated and restarts the Web application.

Regards,

Felix Wu
=======
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: "Larry Woods" <la***@lwoods.com>
References: <OG**************@TK2MSFTNGP11.phx.gbl> <py**************@cpmsftngxa06.phx.gbl>Subject: Re: Session variables start disappearing after DAYS of working fine!Date: Mon, 8 Sep 2003 06:45:49 -0700
Lines: 70
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <ed**************@TK2MSFTNGP09.phx.gbl>
Newsgroups: microsoft.public.inetserver.asp.general
NNTP-Posting-Host: ip68-2-97-113.ph.ph.cox.net 68.2.97.113
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.asp.general:251980
X-Tomcat-NG: microsoft.public.inetserver.asp.general

Thanks, Felix,

It's ASP, not ASP.NET so global.asax isn't the problem. Also, I have
verified that IIS is not being restarted. I think that I might have a
memory leak but can't verify whether this would cause a ASP 0115.

Larry

"Felix Wu [MSFT]" <fe*****@online.microsoft.com> wrote in message
news:py**************@cpmsftngxa06.phx.gbl...
Hi Larry,

Besides, is it possible that the global.asax file was modified due to some
reasons, which made the web application reloaded. Also, check the Event

log
on the server and see if the IIS service was restarted or something like
that.

Regards,

Felix Wu
=============
This posting is provided "AS IS" with no warranties, and confers no

rights.

--------------------
>From: "Larry Woods" <la***@lwoods.com>
>Subject: Session variables start disappearing after DAYS of working fine! >Date: Sat, 6 Sep 2003 11:06:47 -0700
>Lines: 21
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <OG**************@TK2MSFTNGP11.phx.gbl>
>Newsgroups: microsoft.public.inetserver.asp.general
>NNTP-Posting-Host: ip68-2-97-113.ph.ph.cox.net 68.2.97.113
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.asp.general:251903 >X-Tomcat-NG: microsoft.public.inetserver.asp.general
>
>I have a site that works fine for days, then suddenly, I start getting

ASP >0115 errors with an indication that session variables IN SEPARATESESSIONS >have disappeared!
>
>First, for background information, I have a customized 500-100 page that
>sends the value of various session variables via email to my supportsite. >
>The situation:
>
>On the home page of the site, the FIRST THING that is done is a Session
>variable is created that saves the Session ID. I see an ASP 0115 error

thru
>the email, with NO value defined for the session variable that SHOULD
>contain the Session ID. After the first error, I see more of them.
>
>Any ideas??? (I have looked at aspfaq already)
>
>TIA,
>
>Larry Woods
>
>
>



Jul 19 '05 #9
Hi Larry,

How the problem is going? To check if the web application is re-started,
you can add logging code to the Application Start event in the global.asa.
Then you can verify how often it is restarted.

Regards,

Felix Wu
=======
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
X-Tomcat-ID: 148312967
References: <OG**************@TK2MSFTNGP11.phx.gbl> <py**************@cpmsftngxa06.phx.gbl>
<ed**************@TK2MSFTNGP09.phx.gbl>MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
From: fe*****@online.microsoft.com (Felix Wu [MSFT])
Organization: Microsoft
Date: Tue, 09 Sep 2003 06:18:35 GMT
Subject: Re: Session variables start disappearing after DAYS of working fine!X-Tomcat-NG: microsoft.public.inetserver.asp.general
Message-ID: <5k**************@cpmsftngxa06.phx.gbl>
Newsgroups: microsoft.public.inetserver.asp.general
Lines: 93
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.asp.general:252048
NNTP-Posting-Host: TOMCATIMPORT2 10.201.218.182

Hi Larry ,

I apologize for my typo. I meant "global.asa", not global.asax. If this
file is updated, the ASP engine will restart the ASP application and all
sessions in this application wil be discarded. This can be caused by some
Anti-virus softwares. When the global.asa is scanned (not modified), the
ASP engine thinks it has been updated and restarts the Web application.

Regards,

Felix Wu
=======
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: "Larry Woods" <la***@lwoods.com>
References: <OG**************@TK2MSFTNGP11.phx.gbl>

<py**************@cpmsftngxa06.phx.gbl>
Subject: Re: Session variables start disappearing after DAYS of working

fine!
Date: Mon, 8 Sep 2003 06:45:49 -0700
Lines: 70
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <ed**************@TK2MSFTNGP09.phx.gbl>
Newsgroups: microsoft.public.inetserver.asp.general
NNTP-Posting-Host: ip68-2-97-113.ph.ph.cox.net 68.2.97.113
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.asp.general:251980
X-Tomcat-NG: microsoft.public.inetserver.asp.general

Thanks, Felix,

It's ASP, not ASP.NET so global.asax isn't the problem. Also, I have
verified that IIS is not being restarted. I think that I might have a
memory leak but can't verify whether this would cause a ASP 0115.

Larry

"Felix Wu [MSFT]" <fe*****@online.microsoft.com> wrote in message
news:py**************@cpmsftngxa06.phx.gbl...
Hi Larry,

Besides, is it possible that the global.asax file was modified due tosome reasons, which made the web application reloaded. Also, check the Event

log
on the server and see if the IIS service was restarted or something like
that.

Regards,

Felix Wu
=============
This posting is provided "AS IS" with no warranties, and confers no

rights.

--------------------
>From: "Larry Woods" <la***@lwoods.com>
>Subject: Session variables start disappearing after DAYS of workingfine! >Date: Sat, 6 Sep 2003 11:06:47 -0700
>Lines: 21
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <OG**************@TK2MSFTNGP11.phx.gbl>
>Newsgroups: microsoft.public.inetserver.asp.general
>NNTP-Posting-Host: ip68-2-97-113.ph.ph.cox.net 68.2.97.113
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
>Xref: cpmsftngxa06.phx.gblmicrosoft.public.inetserver.asp.general:251903 >X-Tomcat-NG: microsoft.public.inetserver.asp.general
>
>I have a site that works fine for days, then suddenly, I start getting

ASP
>0115 errors with an indication that session variables IN SEPARATE

SESSIONS
>have disappeared!
>
>First, for background information, I have a customized 500-100 page that >sends the value of various session variables via email to my support

site.
>
>The situation:
>
>On the home page of the site, the FIRST THING that is done is a Session
>variable is created that saves the Session ID. I see an ASP 0115 error
thru
>the email, with NO value defined for the session variable that SHOULD
>contain the Session ID. After the first error, I see more of them.
>
>Any ideas??? (I have looked at aspfaq already)
>
>TIA,
>
>Larry Woods
>
>
>




Jul 19 '05 #10

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

Similar topics

1
by: gfuller | last post by:
- We have 2 aspx pages in a .NET project. The first sets a session variable and has a button that when clicked performs a 'redirect' to the second page which then reads the session variable. ...
1
by: Ann Leland | last post by:
I have been using session variables to pass a user name from one ASP page to another inside framesets for 9 months and it stopped working this week. I have made no code changes but there was a...
14
by: Paul Yanzick | last post by:
Hello, I am trying to develop a book tracking application for my capstone in school, and am running into a problem. The application is an ASP.Net application written in C#. The first page you...
1
by: Steve Remer | last post by:
My application (relevant code snippets below) originally used Session variables in order to maintain state from page to page. After being unable to solve the mystery of why those variables were...
13
by: Alexander Widera | last post by:
hi, who has seen the follow problem or could help please? i visit a page .... i read a sesssion-var . ... everythink works...... i visit the page again..... error ... the sessionvar is null .... i...
5
by: Sean | last post by:
Problem with sessions I have created an application without concern for sessions. As it turns out I think that might be my undoing. What I have: I have an online quiz. I don’t need to know...
3
by: Chris Rathman | last post by:
I'm having problems with the Session variables disappearing between page calls and thought someone might be able to help me find the errors of my ways. The problem surfaces in two different ways:...
6
by: ChrisAtWokingham | last post by:
I have been struggling with unexpected error messages on an ASP.NET system, using SQL and C#. The application draws organisation charts, based on data stored in the SQL database. Some of the chart...
24
by: Pink Pig | last post by:
I'm trying to track down an annoying problem that only occurs when I access my pages on a remote server using IE6. If I run instead run from localhost, IE6 works fine, and if I use another browser...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.