Ask a Question related to ASP, Design and Development.
-
Alan #1
ASP Application Variables
I am using IIS 6.0 and am trying to use application
variables to track uasge. They work fine as long as there
is an active client but about 20 minutes after the last
activity they are reset to the default values declared in
the global.asa file.
How can I prevent this?
Alan Guest
-
Problem with Application variables using Application.cfc
Hi guys, I'm using CFMX7 and with that the Application.cfc. I've defined the app variables using <cfset This.varname = "something"> I would like... -
application variables in a CFC
I have some application variables declared in my Application.cfm file, and I want to be able to use them in my CFC. However, I've noticed that if... -
need help on application variables
Hi, I need help on the usage of application variables... Can I populate application variables through my console application and use them in... -
DB Field name="application" and Application scope variables
Hi, There is DB Field application which overwrited ,as I see , Application scope variable Are there way to solve this problem without using... -
Global variables - application variables vs include file
What are the best methods for using global constants and variables? I've noticed that many people put all global constants in a file and include... -
William Tasso #2
Re: ASP Application Variables
Alan wrote:
I suspect either your session is timing out or the application is restarting> I am using IIS 6.0 and am trying to use application
> variables to track uasge. They work fine as long as there
> is an active client but about 20 minutes after the last
> activity they are reset to the default values declared in
> the global.asa file.
>
> How can I prevent this?
for some reason.
--
William Tasso - [url]http://WilliamTasso.com[/url]
William Tasso Guest
-
Mark Schupp #3
Re: ASP Application Variables
Check in Component Services and see if the IIS applications are set to
"Leave running when idle".
--
Mark Schupp
Head of Development
Integrity eLearning
[url]www.ielearning.com[/url]
"Alan" <anonymous@discussions.microsoft.com> wrote in message
news:0b2701c3942f$512bbae0$a001280a@phx.gbl...> I am using IIS 6.0 and am trying to use application
> variables to track uasge. They work fine as long as there
> is an active client but about 20 minutes after the last
> activity they are reset to the default values declared in
> the global.asa file.
>
> How can I prevent this?
Mark Schupp Guest



Reply With Quote

