When creating a web application with php, can I determine the login status without using a php-session (after page transition)?
I want to implement by including token in request header.(using sessionstorage)
Hey there!
Welcome in our community! Not a PHP guy unfortunately but let me discuss it with my colleague and get back to you!
I was told that the SDK uses PHP sessions to set login status (in the form of the saved user identity). So the direct answer is no.