On Thursday 18 Sep 2003 10:29, BENARD Jean-philippe wrote: > We have multiple PHP apps running on different servers. We have > an LDAP authentication based (today) on the apache .htpasswd file which > obliged users to log on. This solution is not very "clean". Because we
> More over, there are some apps writed in JAVA (WebSphere & IBM HTTP SRV) > technologies which are in the same workgroup for political reason (We > can't imagine making them in PHP ...). If the first solution exist You could change to PHP sessions, and use an SQL backend to store the session data. Writing a Java handler to read the PHP session data would not be too hard. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php