Ask a Question related to ASP, Design and Development.
-
Jeff Clark #1
reset all application variables at the time of my choosing
At my pleasure, I would like to kick everyone the hell of my craphole
website. Is this possible with an asp page, manipulating things. I am not
interested in other solutions, so keep quiet otherwise please.
Jeff Clark 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... -
Reset Application
We have several Macs on Tiger that won't save view prefs in Acrobat 8 Pro. I would like to reset (kill all prefs) the application and reset those... -
Choosing to which instance of an application connect
Hello everybody. I'm a beginner with flash media server, since we decided to begin to use it only recently at my work. I begin to understand how... -
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... -
Ken Schaefer #2
Re: reset all application variables at the time of my choosing
You could just have a "special" ASP page that (re)set the value of all your
defined application variables.
Cheers
Ken
"Jeff Clark" <JeffC@NO_SPAMreturnventures.com> wrote in message
news:O3cSItIlDHA.2592@TK2MSFTNGP10.phx.gbl...
: At my pleasure, I would like to kick everyone the hell of my craphole
: website. Is this possible with an asp page, manipulating things. I am
not
: interested in other solutions, so keep quiet otherwise please.
:
:
Ken Schaefer Guest
-
Ray at #3
Re: reset all application variables at the time of my choosing
You could use:
<% application.contents.removeall %>
Ray at work
"Jeff Clark" <JeffC@NO_SPAMreturnventures.com> wrote in message
news:O3cSItIlDHA.2592@TK2MSFTNGP10.phx.gbl...not> At my pleasure, I would like to kick everyone the hell of my craphole
> website. Is this possible with an asp page, manipulating things. I am> interested in other solutions, so keep quiet otherwise please.
>
>
Ray at Guest
-
Tom B #4
Re: reset all application variables at the time of my choosing
By "kicking everyone out" I assume you mean that you want to reset all of
their SESSION variables, don't you?
"Jeff Clark" <JeffC@NO_SPAMreturnventures.com> wrote in message
news:O3cSItIlDHA.2592@TK2MSFTNGP10.phx.gbl...not> At my pleasure, I would like to kick everyone the hell of my craphole
> website. Is this possible with an asp page, manipulating things. I am> interested in other solutions, so keep quiet otherwise please.
>
>
Tom B Guest



Reply With Quote

