Odd behavior

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

    Odd behavior

    I have an asp app that runs on a Windows 2003 server with IIS 6. When the
    client hits the web site the first thing they must do is enter a user
    ID/password. This works fine for 99% of our clients but with some when they
    click on sign in they are not directed to the next screen in our app, but
    are presented with the sign-on screen again. The server does have a
    certificate for security (I am not sure if this makes a difference or not).
    The same customers that experience this also have the same problem with some
    other web sites. I have check their security options against a machine that
    works (at the client site) but it looked to me that the machines are setup
    the same way. The client does have one machine that works properly, so I
    don't think the firewall / router is the issue (they use a linksys box).
    Any ideas on this?

    Thanks

    Tim


  • Danny@Kendal

    #2
    Re: Odd behavior

    "tk" <timk@insightbb .com> wrote in message
    news:%23H2KFqak EHA.896@TK2MSFT NGP12.phx.gbl.. .[color=blue]
    > I have an asp app that runs on a Windows 2003 server with IIS 6. When the
    > client hits the web site the first thing they must do is enter a user
    > ID/password. This works fine for 99% of our clients but with some when[/color]
    they[color=blue]
    > click on sign in they are not directed to the next screen in our app, but
    > are presented with the sign-on screen again.[/color]

    Which browsers are they using?

    With Opera7.53 I had trouble logging in to my ebay account - it would always
    redirect me to the login page.
    Turns out Opera hadn't been told what to do with DLL files which ebay uses
    on the login page.


    Comment

    • Mark Schupp

      #3
      Re: Odd behavior

      most likely they are not allowing the session cookie

      also see http://www.aspfaq.com/show.asp?id=2157

      --
      Mark Schupp
      Head of Development
      Integrity eLearning



      "tk" <timk@insightbb .com> wrote in message
      news:%23H2KFqak EHA.896@TK2MSFT NGP12.phx.gbl.. .[color=blue]
      > I have an asp app that runs on a Windows 2003 server with IIS 6. When the
      > client hits the web site the first thing they must do is enter a user
      > ID/password. This works fine for 99% of our clients but with some when[/color]
      they[color=blue]
      > click on sign in they are not directed to the next screen in our app, but
      > are presented with the sign-on screen again. The server does have a
      > certificate for security (I am not sure if this makes a difference or[/color]
      not).[color=blue]
      > The same customers that experience this also have the same problem with[/color]
      some[color=blue]
      > other web sites. I have check their security options against a machine[/color]
      that[color=blue]
      > works (at the client site) but it looked to me that the machines are setup
      > the same way. The client does have one machine that works properly, so I
      > don't think the firewall / router is the issue (they use a linksys box).
      > Any ideas on this?
      >
      > Thanks
      >
      > Tim
      >
      >[/color]


      Comment

      • Tim Kelley

        #4
        Re: Odd behavior

        The clients are using IE6.


        "Danny@Kend al" <danny@STOPSPAM ghpkendal.co.uk > wrote in message
        news:mcydnUou28 G_-6XcRVn-pQ@eclipse.net. uk...[color=blue]
        > "tk" <timk@insightbb .com> wrote in message
        > news:%23H2KFqak EHA.896@TK2MSFT NGP12.phx.gbl.. .[color=green]
        > > I have an asp app that runs on a Windows 2003 server with IIS 6. When[/color][/color]
        the[color=blue][color=green]
        > > client hits the web site the first thing they must do is enter a user
        > > ID/password. This works fine for 99% of our clients but with some when[/color]
        > they[color=green]
        > > click on sign in they are not directed to the next screen in our app,[/color][/color]
        but[color=blue][color=green]
        > > are presented with the sign-on screen again.[/color]
        >
        > Which browsers are they using?
        >
        > With Opera7.53 I had trouble logging in to my ebay account - it would[/color]
        always[color=blue]
        > redirect me to the login page.
        > Turns out Opera hadn't been told what to do with DLL files which ebay uses
        > on the login page.
        >
        >[/color]


        Comment

        Working...