Setting session variable using javascript

后端 未结 4 622
被撕碎了的回忆
被撕碎了的回忆 2020-12-08 14:50

I am getting name and email id of a user after he logs in via facebook to my website.. I want to add those variables in session on login form itself using javascript; I tri

4条回答
  •  不知归路
    2020-12-08 15:12

    You could better use the localStorage of the web browser.

    You can find a reference here

提交回复
热议问题