Board index » delphi » repeat request for help with Shiv's Authorization approach
jon_bondy
![]() Delphi Developer |
jon_bondy
![]() Delphi Developer |
repeat request for help with Shiv's Authorization approach2003-12-15 09:40:45 AM delphi36 I'm using Shiv's simple authorization scheme. Usually, when the user first encounters a page that requires authorization, the request for user/password pops up, the user enters the data, and all is well. Recently, that request never pops up, and the web site seems to think that the same user is always logged in, all of the time. This is true across different computers, and even if I close all of the Browser instances on my machine. I am guessing there is some server and/or browser and/or firewall setting that is causing this, but I can't figure it out. Anyone seen this before? Thanks! Jon Bondy |
Shiv Kumar
![]() Delphi Developer |
2004-01-12 07:16:30 PM
Re:repeat request for help with Shiv's Authorization approach
Jon,
Your server (I'm assuming IIS) needs to be set up such that none of the authentication modes checkboxes should be checked. That is even thou you are using Basic Authentication you should not have this checkbox checked. Hope that helps. -- Shiv R. Kumar www.matlus.com |