Login Jquery without PHP sessions

0

I'm doing a website where I have an Api with Lumen. I like Jquery to make a request to the API and log the user, but I can not understand if with Jquery something similar to the PHP sessions can be done, that if the user is not logged in, he will not be allowed to access the pages that require session and save the session of the User, then I wanted to ask if it is necessary to use PHP for that, or only with Jquery it could be done

    
asked by Luis Alberto Murcia Solivella 25.04.2018 в 13:40
source

0 answers