Hi, so I am trying to rebuild a CMS on ASP.NET but I am not sure how the client page JS retrieves the session from PHP, anyone?
Hi, so I am trying to rebuild a CMS on ASP.NET but I am not sure how the client page JS retrieves the session from PHP, anyone?
You generate an sso token and pass it from the server to the client object in the sso token field, then if I'm not mistaken the emulator verifies the token matches the field and generates the session.