reset application session

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?cm9kY2hhcg==?=

    #1

    reset application session

    hey all,
    is there another way to clear out Application Session variables besides
    doing an iisreset? Could you just reset the one application/virtual directory?

    thanks,
    rodchar
  • Cowboy \(Gregory A. Beamer\)

    #2
    Re: reset application session

    Application.Cle ar()?

    --
    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA

    Co-author: Microsoft Expression Web Bible (upcoming)

    *************** *************** *************** ***
    Think outside the box!
    *************** *************** *************** ***
    "rodchar" <rodchar@discus sions.microsoft .comwrote in message
    news:EEB1BB30-73BE-42D4-8309-2AD2C421FB68@mi crosoft.com...
    hey all,
    is there another way to clear out Application Session variables besides
    doing an iisreset? Could you just reset the one application/virtual
    directory?
    >
    thanks,
    rodchar

    Comment

    • =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=

      #3
      RE: reset application session

      rodchar,
      First, this is really an ASP.NET group question, it doesn't relate
      specifically to the C# language, which is what this group is for.

      You need to clarify what you mean by "Applicatio n Session variables". Do you
      mean Application variables, or Session variables? These are two different
      things.

      this article shows 2 different ways to restart an ASP.NET application
      gracefully without using IISReset:



      Peter
      --
      Recursion: see Recursion
      site: http://www.eggheadcafe.com
      unBlog: http://petesbloggerama.blogspot.com
      BlogMetaFinder: http://www.blogmetafinder.com



      "rodchar" wrote:
      hey all,
      is there another way to clear out Application Session variables besides
      doing an iisreset? Could you just reset the one application/virtual directory?
      >
      thanks,
      rodchar

      Comment

      • =?Utf-8?B?cm9kY2hhcg==?=

        #4
        RE: reset application session

        Sorry about the mispost but thanks for the help anyway.
        Rod.

        "rodchar" wrote:
        hey all,
        is there another way to clear out Application Session variables besides
        doing an iisreset? Could you just reset the one application/virtual directory?
        >
        thanks,
        rodchar

        Comment

        Working...