>> In my login.aspx I allow them to pass username/password in query string.
>
> Firstly, please say you don't actually pass the username AND password in a
> query string...
>>> In my login.aspx I allow them to pass username/password in query string.
>>
[quoted text clipped - 4 lines]
> answering system. The phone answering system auto logs in the operator.
> It's NEVER seen to the users. It's necessary for this application.
Hmm - OK...
Could it be a cookie issue...? Could it be that IE6 has been configured not
to accept cookies, even Session cookies...?

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Cirene - 30 Jun 2008 16:43 GMT
Thanks. I believe this fixed the issue...
I added forms timeout to web.config section...
<authentication mode="Forms">
<forms timeout="180"/>
</authentication>
Does this make sense as to why this would work?
>>>> In my login.aspx I allow them to pass username/password in query
>>>> string.
[quoted text clipped - 10 lines]
> Could it be a cookie issue...? Could it be that IE6 has been configured
> not to accept cookies, even Session cookies...?
Mark Rae [MVP] - 30 Jun 2008 16:49 GMT
>>>>> In my login.aspx I allow them to pass username/password in query
>>>>> string.
[quoted text clipped - 22 lines]
>
> Does this make sense as to why this would work?
Yes, but not why it wouldn't work with certain browsers - curious...

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Cirene - 30 Jun 2008 16:52 GMT
Hmmmm Oh well - thanks for your proactive and informative responses, as
usual!
>>>>>> In my login.aspx I allow them to pass username/password in query
>>>>>> string.
[quoted text clipped - 25 lines]
>
> Yes, but not why it wouldn't work with certain browsers - curious...