<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16809" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=742264816-30112009><FONT face=Arial 
color=#0000ff size=2>I'd check session/cookie settings to make sure you 
understand how long these sessions are supposed to last.&nbsp; It's possible 
that you're drupal session is outlasting your browser session. Also, verify that 
this behavior exists even after you explicitly click the logout link in drupal 
(that should eliminate this as a problem). </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=742264816-30112009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=742264816-30112009><FONT face=Arial 
color=#0000ff size=2>webserver_auth doesn't do anything if the user is already 
logged into drupal, and the default drupal install often leaves you logged in 
across browser sessions. (Depending on your php.ini settings of course). 
</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=742264816-30112009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> support-bounces@drupal.org 
[mailto:support-bounces@drupal.org] <B>On Behalf Of </B>Néstor<BR><B>Sent:</B> 
Monday, November 30, 2009 8:43 AM<BR><B>To:</B> support@drupal.org; 
drupal@lists.nyphp.org<BR><B>Subject:</B> [support] 
webserver_auth<BR></FONT><BR></DIV>
<DIV></DIV>I am using the webserver_auth module with drupal 6.12 / Apache 2.2 in 
a windows 2003 server<BR>to take advantage of the NTLM and Active Directory in 
windows and automatically sign in the <BR>user when they access our local 
intranet site.<BR><BR>I look at the phpinfo.php page and it knows each different 
user when I take<BR>a look at _SERVER["REMOTE_USER"] and REMOTE_USER <BR><BR>The 
weird thing is that when I access the site it knows me 'user20'.<BR>But when 
user1 access the site it recognizes 'user1'<BR>but when 'user2' or 'user3' or 
any other user after that access the intranet site, <BR>it logs other users as 
'user1'<BR>I go back and access the intranet site and it still knows me as 
'user20'<BR><BR>I have not done anything special to tell drupal that 'user20' is 
special.<BR><BR>I do not understand, I had this working last month and then I 
re-installed the module and <BR>it is not working now.<BR><BR>PHP knows who the 
user is but Drupal automatically sign on users as the first 'user1'<BR><BR>The 
only differences between user20 and any other user is that user20 is the main 
admin user<BR>but why does it treats all other users as the same 
user?<BR><BR>Any ideas?<BR><BR>Thanks,<BR><BR>Néstor 
:-)<BR><BR><BR></BODY></HTML>