Ask a Question related to ASP Database, Design and Development.
-
Nick #1
NTLM Login
Hi, I'm using NTLM/NTFS security for users to login to a
site with ASP on W2K. Is there a way I can log a user out
with script when he hits a logoff button?
Regards
Nick
Nick Guest
-
NTLM API Authentication
Hi, I'm totally novice when it comes to authentication protocols. Here is what is needed to be done: Create a web service which calls the NTLM API... -
Kerberos not being used, only NTLM - Login failed for user '(null)'
We have a Win2K3 Server running an ASP .NET application that connects to a Win2K3 server running SQL 2000 on the backend. Whenever a user opens... -
Impersonation with NTLM
I want to use impersonation within a second thread of an httpwebrequest. While configuring IIS with basic authentication everything works fine.... -
LWP::Authen::Ntlm Error when often used
Hi I have here a strange Problem, I monitor with a script our hosting enviroment, so far my script works very well, but unfortunately some of our... -
NTLM Username?
sVar = Request.SErvervariables("LOGON_USER") Ray at work "Rob Wiltbank" <wynder@warcry.com> wrote in message... -
Ken Schaefer #2
Re: NTLM Login
Not really. You need to get them to close their browser window. It is the
browser that sends the user's username/password as part of the HTTP request
header. You can't stop that per se by using script, since that operates at a
higher level.
Cheers
Ken
"Nick" <Nick@hks.ca> wrote in message
news:06ad01c35185$63788990$a401280a@phx.gbl...
: Hi, I'm using NTLM/NTFS security for users to login to a
: site with ASP on W2K. Is there a way I can log a user out
: with script when he hits a logoff button?
:
: Regards
: Nick
Ken Schaefer Guest
-
Ray at #3
Re: NTLM Login
window.close()
Or you can use:
<input type=button onclick="window.opener=window; window.close();"
value="close">
The window.opener=window will prevent the warning about the browser closing,
in IE. But this is something that is either fixed or will be fixed in an
update for IE. This trick shouldn't be.
Ray at work
"Nicholas Tullett" <nick@hks.ca> wrote in message
news:e4Ow5ieUDHA.2240@TK2MSFTNGP11.phx.gbl...>
> Sorry about the double posting, I posted to the wrong group first. OK,
> so I can't logoff the user, then can I close the browser using a button
> without generating any popup windows except maybe to confirm?
>
> Many Regards and thanks for the answer
>
> Nick
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Ray at Guest
-
Mark Schupp #4
Re: NTLM Login
I once saw an article on MSDN about using a client-side ActiveX component to
clear the credentials from IE. You might try searching at
msdn.microsoft.com.
--
Mark Schupp
--
Head of Development
Integrity eLearning
Online Learning Solutions Provider
[email]mschupp@ielearning.com[/email]
[url]http://www.ielearning.com[/url]
714.637.9480 x17
"Nick" <Nick@hks.ca> wrote in message
news:06ad01c35185$63788990$a401280a@phx.gbl...> Hi, I'm using NTLM/NTFS security for users to login to a
> site with ASP on W2K. Is there a way I can log a user out
> with script when he hits a logoff button?
>
> Regards
> Nick
Mark Schupp Guest



Reply With Quote

