Forums
This topic is locked
Log off user from IIS / Windows Server...
Posted 04 Aug 2004 16:31:37
1
has voted
04 Aug 2004 16:31:37 Rene Bandsma posted:
I use the standard log-in form from Windows / IIS to let users log in into my webapplication.Example:
<img src="www.nedlook.nl/inloggen.gif" border=0>
The problem is... how to log off those users? I've seen log-off buttons on MS Web Access but I can't get to the source.
Does anybody know how to log off a user who logs in via above way.
I can get the username and so on with the ServerVariable:
<pre id=code><font face=courier size=2 id=code>
Request.ServerVariables("REMOTE_USER"
</font id=code></pre id=code>
Replies
Replied 04 Aug 2004 19:42:48
04 Aug 2004 19:42:48 Dave Thomas replied:
never done it m8, cant you kill the session?
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[SQL]|[Access2000]|[ASP/VBScript]|[XP-Pro]
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[SQL]|[Access2000]|[ASP/VBScript]|[XP-Pro]
Replied 04 Aug 2004 22:19:30
04 Aug 2004 22:19:30 Rene Bandsma replied:
Nope, I have tried everything with a session. Kill abandom, timeout, etc. I now think that ASP / IIS doens't see this as a session.... But I've seen a log off before on this way. <img src=../images/dmxzone/forum/icon_smile_sad.gif border=0 align=middle>