I'm developing a site on which it's a requirement for a user to login with
user id and password to gain access. The site is running on IIS and binding
to an LDAP (X500) directory where data is held. What I ideally wanted to do
was use a session type variable (as can be achieved in ASP) but despite
searching many perl websites and reference books I've found nothing that
suggests how this can be achieved with perl on an IIS webserver - everything
seems to point to the use of Apache and it's session management
capabilities. The only other alternative, I guess, is cookies which seems
less than ideal because of security implications.

Can anyone offer any helpful advice?

BTW Apologies for the disclaimer below, not my choice I'm afraid.

Thanks in advance

Ian


********************************************************************************************
" This message contains information that may be privileged or confidential and 
is the property of the Cap Gemini Ernst & Young Group. It is intended only for 
the person to whom it is addressed. If you are not the intended recipient, you 
are not authorized to read, print, retain, copy, disseminate, distribute, or use 
this message or any part thereof. If you receive this message in error, please 
notify the sender immediately and delete all copies of this message ".
********************************************************************************************


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to