Ask a Question related to ASP.NET Security, Design and Development.
-
Jasmine #1
login prompt
Hi all,
Here is my problem:
The application will display login prompt (basic authentication in IIS)
when the user try to login, then close the brower and session ID when
clicking "exit" button.
The problem is that there is no login prompt if the user open the
application again after exit the appliction while there is another brower
instance (no necessary be the appliction site) remained open.
Is the browser keep the login name and password somewhere in all browser ?
The "exit" could only close current browser instance with the application ,
not all open browser, How can I fix the problem?
Thanks.
Jasmine Guest
-
Crystal Reports Database Login Prompt
I'm at the end of my rope. We have been trying to deploy Crystal Reports over our website. We have tried every report configuration we can think... -
FMS2 no Login prompt
Installed using default values no errors noted, the server seems to start and stop with no errors and no errors in the logs. However, when we go to... -
CFAdmin WIndows Login Prompt
I've having difficulties with the CF Administrator that was just installed on an existing Win2000 server. Whenever I try to bring up CF... -
session problem - login screen continually reloads after pressing the login button
I am trying to get sessions to work on a log in screen to give certain users access to certain pages/directories. The problem is that when the... -
Telnet - no prompt after login
Hello all - After I telnet to a machine, using my NIS account, I seem to log in ok, but I never get a prompt. I can telnet to other unix boxes... -
Paul Glavich [MVP ASP.NET] #2
Re: login prompt
Its always very hard to try and change standard browser behaviour and in
your case, revoking credentials woould still not work as it would do that
for all browser sessions, or at least appear very unreliable as it may in
fact work in some situations. At any rate, is it possible to use forms
authentication instead of basic? This would give you more control even
though it would still be convoluted to manage the cookies required.
Here is a couple of links that may help you, but in all honesty, I dont
think its going to work without some major effort and trickery.
[url]http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/constants/clearauthenticationcache.asp[/url]
[url]http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/execcommand.asp?frame=true[/url]
--
- Paul Glavich
ASP.NET MVP
ASPInsider ([url]www.aspinsiders.com[/url])
"Jasmine" <Jasmine@discussions.microsoft.com> wrote in message
news:F1366E1D-7B63-4991-9CCB-F8F6439449D4@microsoft.com...,> Hi all,
>
> Here is my problem:
>
> The application will display login prompt (basic authentication in IIS)
> when the user try to login, then close the brower and session ID when
> clicking "exit" button.
>
> The problem is that there is no login prompt if the user open the
> application again after exit the appliction while there is another brower
> instance (no necessary be the appliction site) remained open.
>
> Is the browser keep the login name and password somewhere in all browser ?
> The "exit" could only close current browser instance with the application> not all open browser, How can I fix the problem?
>
> Thanks.
Paul Glavich [MVP ASP.NET] Guest



Reply With Quote

