how to implement single sign on for asp.net,mysql websites
Posted
by kranthi
on Stack Overflow
See other posts from Stack Overflow
or by kranthi
Published on 2010-05-24T11:54:28Z
Indexed on
2010/05/24
12:01 UTC
Read the original article
Hit count: 229
Hi,
I am using mysql database for my asp.net website.I need to implement to single sign on for multiple instances of my website.Currently to check if a user has logged in I am using a user control which checks for a "loggedin" cookie with single instance of the website.Now I need to extend the logic to achieve single signon for multiple instances of the same site.
Could someone please help.
Thanks.
© Stack Overflow or respective owner