Jon Erickson Posted May 13, 2020 Share Posted May 13, 2020 Working on developing a SSO addon and would like to know what the algorithm for generating the User cookie used for Remember Me functionality. It appears it is the Client ID on the frontend following by some URL encoding? Cookie::set( 'User', $client->id....., strtotime( '+1 year', time() ) ); 0 Quote Link to comment Share on other sites More sharing options...
Jon Erickson Posted May 23, 2020 Author Share Posted May 23, 2020 Any developer that can shed a light on this? Forums are pretty quiet. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.