reset all application variables at the time of my choosing

Ask a Question related to ASP, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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...
    > 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.
    >
    >

    Ray at Guest

  5. #4

    Default 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...
    > 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.
    >
    >

    Tom B Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139