
October 2nd, 2000, 09:48 AM
|
|
Junior Member
|
|
Join Date: Aug 2000
Location: TALLINN, ESTONIA
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Problem: Why does following code in ASP work on IE4+ and NC4+, but not in a 7110:
Response.expires=-1
bstrMailbox=request.servervariables("LOGON_USER")
If Session("CURRENT_MAILBOX") <> bstrMailbox Then
Response.Buffer = TRUE
Session("CURRENT_MAILBOX")=bstrMailbox
Response.Status = ("401 Unauthorized")
Response.End
End If
It just keeps on asking the user name and password, while IE and NC do the authenication correctly. What should I do?
- Chill -
|