global .asa counting users

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike D

    global .asa counting users

    I have this line of code in my global.asa
    Application("Ac tive") = Application("Ac tive") + 1

    I open alot of new IE windows and I have my homepage set
    to my intranet that contains the above code.

    I had the same code in my IIS5 web and I don't remember it
    counting me each time I came in. I know it did if I would
    close all IE and open a new one but not if I had one
    opened then opened a new one. Is there something diferent
    here in IIS6?

    The homepage is behind authentication and it makes me
    authenticate with any new IE window. Is there a setting
    missing? I thought IE would cache the permissions.

    I hope you understand my question

    Thanks
    Mike
  • Aaron [SQL Server MVP]

    #2
    Re: global .asa counting users

    There have been numerous changes to the way the server and the browser
    interpret the "browse in new process"...


    --
    Please contact this domain's administrator as their DNS Made Easy services have expired.

    (Reverse address to reply.)




    "Mike D" <anonymous@disc ussions.microso ft.com> wrote in message
    news:bac201c479 8d$100cf210$a50 1280a@phx.gbl.. .[color=blue]
    > I have this line of code in my global.asa
    > Application("Ac tive") = Application("Ac tive") + 1
    >
    > I open alot of new IE windows and I have my homepage set
    > to my intranet that contains the above code.
    >
    > I had the same code in my IIS5 web and I don't remember it
    > counting me each time I came in. I know it did if I would
    > close all IE and open a new one but not if I had one
    > opened then opened a new one. Is there something diferent
    > here in IIS6?
    >
    > The homepage is behind authentication and it makes me
    > authenticate with any new IE window. Is there a setting
    > missing? I thought IE would cache the permissions.
    >
    > I hope you understand my question
    >
    > Thanks
    > Mike[/color]


    Comment

    • Aaron [SQL Server MVP]

      #3
      Re: global .asa counting users

      Also see http://www.aspfaq.com/2491 for some other approaches

      --
      Please contact this domain's administrator as their DNS Made Easy services have expired.

      (Reverse address to reply.)




      "Mike D" <anonymous@disc ussions.microso ft.com> wrote in message
      news:bac201c479 8d$100cf210$a50 1280a@phx.gbl.. .[color=blue]
      > I have this line of code in my global.asa
      > Application("Ac tive") = Application("Ac tive") + 1
      >
      > I open alot of new IE windows and I have my homepage set
      > to my intranet that contains the above code.
      >
      > I had the same code in my IIS5 web and I don't remember it
      > counting me each time I came in. I know it did if I would
      > close all IE and open a new one but not if I had one
      > opened then opened a new one. Is there something diferent
      > here in IIS6?
      >
      > The homepage is behind authentication and it makes me
      > authenticate with any new IE window. Is there a setting
      > missing? I thought IE would cache the permissions.
      >
      > I hope you understand my question
      >
      > Thanks
      > Mike[/color]


      Comment

      • Mike D

        #4
        Re: global .asa counting users

        Thanks for the replies. I guess I'll just drop it. It
        isn't needed, just some fluff for the users.

        Thanks
        Mike

        [color=blue]
        >-----Original Message-----
        >There have been numerous changes to the way the server[/color]
        and the browser[color=blue]
        >interpret the "browse in new process"...
        >http://www.aspfaq.com/2172
        >
        >--
        >http://www.aspfaq.com/
        >(Reverse address to reply.)
        >
        >
        >
        >
        >"Mike D" <anonymous@disc ussions.microso ft.com> wrote in[/color]
        message[color=blue]
        >news:bac201c47 98d$100cf210$a5 01280a@phx.gbl. ..[color=green]
        >> I have this line of code in my global.asa
        >> Application("Ac tive") = Application("Ac tive") + 1
        >>
        >> I open alot of new IE windows and I have my homepage set
        >> to my intranet that contains the above code.
        >>
        >> I had the same code in my IIS5 web and I don't remember[/color][/color]
        it[color=blue][color=green]
        >> counting me each time I came in. I know it did if I[/color][/color]
        would[color=blue][color=green]
        >> close all IE and open a new one but not if I had one
        >> opened then opened a new one. Is there something[/color][/color]
        diferent[color=blue][color=green]
        >> here in IIS6?
        >>
        >> The homepage is behind authentication and it makes me
        >> authenticate with any new IE window. Is there a setting
        >> missing? I thought IE would cache the permissions.
        >>
        >> I hope you understand my question
        >>
        >> Thanks
        >> Mike[/color]
        >
        >
        >.
        >[/color]

        Comment

        Working...