Forms authentication

  • Thread starter Thread starter Mirko Slavko
  • Start date Start date
M

Mirko Slavko

Hi,

Is it possible to let say share formsauthentication between two different
ASP.NET applications? I have two different ASP.NET applications having
their own mechanisms of forms authentication. I would like to connect these
two authentications so when user is logged to one application it doesn't
have to login again to other.

Thanks

M
 
¤ Hi,
¤
¤ Is it possible to let say share formsauthentication between two different
¤ ASP.NET applications? I have two different ASP.NET applications having
¤ their own mechanisms of forms authentication. I would like to connect these
¤ two authentications so when user is logged to one application it doesn't
¤ have to login again to other.

Yes this is possible. See the following:

Forms Authentication Across Applications
http://msdn.microsoft.com/library/d...pconformsauthenticationacrossapplications.asp


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top