Hi All,
I am authenticating user using LDAP. Now i wanna do one thing if
user is authenticated through LDAP server then my other application like
myapp1.domain.com,myapp2.domain.com also logged in user but these
application in java and dotnet.
How to do this please tell me your suggestion.
Thanks & Regards,
Varun G.
On Mon, Mar 3, 2008 at 10:31 PM, Varun G.
[email protected] wrote:
I am authenticating user using LDAP. Now i wanna do one thing if
user is authenticated through LDAP server then my other application like
myapp1.domain.com,myapp2.domain.com also logged in user but these
application in java and dotnet.
How to do this please tell me your suggestion.
I would recommend you store the fact that they are authenticated in an
encrypted session key and then have all three of your apps interrogate
the session to see if the user was autheticated the last time they
spoke to one of your servers.
Regards
Mikel