Response.IsClientConnected

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

    Response.IsClientConnected

    I need to know if the client is connected from the session_end, how can I do
    this.....


  • alien2_51

    #2
    Re: Response.IsClie ntConnected


    "Scott M." <s-mar@badspamsnet .net> wrote in message
    news:eX#QVsAbDH A.1384@TK2MSFTN GP10.phx.gbl...[color=blue]
    > Session_End fires when the session is no longer valid[/color]

    Sorry.. That's not true.. Session_End fires when the timeout has been
    exceeded....
    The session is still valid in the Session_End... I have full access to all
    session vars inside the end event..

    so you would never[color=blue]
    > have a connected client at that point.
    >
    > Try:
    >
    > If Response.IsClie ntConnected Then
    > your code here
    > End If
    >
    > But put this code into an event prior to Session_End.[/color]

    Be specific please... What event fires before Session_End...?
    [color=blue]
    >
    > Also, please do not cross-post as you have done with this message.[/color]

    I made 1 post to many newsgroups... Whats wrong with that....?

    [color=blue]
    >
    >
    >
    > "alien2_51" <dan.billow@n.o .s.p.a.m.monaco coach.com> wrote in message
    > news:%23arzHjAb DHA.2588@TK2MSF TNGP09.phx.gbl. ..[color=green]
    > > I need to know if the client is connected from the session_end, how can[/color][/color]
    I[color=blue]
    > do[color=green]
    > > this.....
    > >
    > >[/color]
    >
    >[/color]


    Comment

    • Alan

      #3
      Re: Response.IsClie ntConnected

      > > Also, please do not cross-post as you have done with this message.[color=blue]
      >
      > I made 1 post to many newsgroups... Whats wrong with that....?[/color]

      It's generally considered bad 'netiquette' to post a single message to
      multiple groups - especially when the groups chosen (dotnet and classic ASP)
      have little in common.


      Alan


      Comment

      • William Tasso

        #4
        Re: Response.IsClie ntConnected

        Alan wrote:[color=blue][color=green][color=darkred]
        >>> Also, please do not cross-post as you have done with this message.[/color]
        >>
        >> I made 1 post to many newsgroups... Whats wrong with that....?[/color]
        >
        > It's generally considered bad 'netiquette' to post a single message to
        > multiple groups[/color]

        generally - sorry we have to disagree.
        [color=blue]
        > especially when the groups chosen (dotnet and
        > classic ASP) have little in common.[/color]

        however, we do agree in that particular instance ;o)

        multi-posting OTOH is always irritating for well documented reasons

        --
        William Tasso - http://WilliamTasso.com


        Comment

        Working...