Mike Pelletier
|
| Posted: 01/13/2006, 11:59 AM |
|
Does anyone know if and how to utilize windows domain authentication for login and authentication to a codecharge page?
In other words I use domain authentication for security, logging onto my index page, then on the index page I have another login name to identify the user on the page and project using a session variable. Can these be combined using the stronger domain authentication so the user only logs in once?
Thanks Mike
|
|
|
 |
dragoon
Posts: 173
|
| Posted: 01/13/2006, 5:42 PM |
|
pass to your session variables the server variables:
for example 'Logon_User' is the same as the domain account
|
 |
 |
|