How is the first request identified? Is there a http-session
set, or is it IP-based? How is a client identified?


Basically, this only deals with subrequests for each individual request. This doesn't set a session for the whole time the user is interfacing with your application. If you need something that does that, then you should look at programmatically creating a session through a cookie, (apache::authcookientlm comes to mind), or some other tool that is used to maintain state during the user's session. Apache-AuthenSmb only authenticates the user, it doesn't maintain state. (It is beyond the scope of the module)

--
Shannon Eric Peevey                     =>  "speeves"
Dyno-Mite! System Administrator         =>  [EMAIL PROTECTED]
Central Web Support                     =>  (940) 369-8876
University of North Texas               =>  http://web2.unt.edu



--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to