OpenId + remember me / staying logged in

前端 未结 2 1249
伪装坚强ぢ
伪装坚强ぢ 2021-02-12 14:59

I have a question as to how / what the best approaches are to using OpenId and also providing the ability to stay logged in.

If i look at Stackoverflow for example i hav

2条回答
  •  囚心锁ツ
    2021-02-12 15:27

    Stack overflow probably uses a cookie to remember you as user number xyz or session id 1234. After authentication, OpenID has nothing at all to do with the session anymore. SO doesn't have the ability to see if you are still logged in to Google so this seems only natural.

提交回复
热议问题