I have the following case:Website1 - phpWebsite2 - ASP.NetWebsite3 - jspI need to implement SINGLE SIGN ON because the websites are dependent on each other.Is there's a way to create a single cookie that can be fetched on authentication request ?So when a user is signed in on one of the websites we store a cookie that can be read and decrypted by both other websites to be in signed in state after redirection ?I am using the same database and same table "shared.Users" to store the users credentials.Any help here ?Thanks