Just to follow up on the reply regarding middleware, one cheap
solution assuming you do not have any current server architecture or
service layers would be:

OpenLDAP: http://www.openldap.org/
Apache + PHP with LDAP: http://us2.php.net/ldap

Then you can use Apache + PHP to manage the sessions through a simple
HTTPService call and $_SESSION.


--- In flexcoders@yahoogroups.com, "crash.virus" <[EMAIL PROTECTED]> wrote:
>
> Hi
> 
> I am developing an application that require authentication from LDAP
> Server How to do that. I also want to use the LDAP data for my file
> upload such that when a user is logging in it can only see the files
> in his directory . On First Login of the LDAP user a Local directory
> will be created on Local Server How to do that.
> 
> How to create a session type thing in Adobe Flex
> 
> Hemant Verma
> [EMAIL PROTECTED]
>


Reply via email to