Forms Authentication understanding context.user.identity

前端 未结 4 475
孤城傲影
孤城傲影 2020-12-01 09:40

Since documentation on this process is very vague and confusing (or old), I wanted to verify that I was doing it correctly and not missing any steps.

I am trying to

4条回答
  •  半阙折子戏
    2020-12-01 10:17

    The full workflow for Remember Me requires: 1. Write custom data to the cookie. 2. Read that custom data.

    Even if you can authenticate a request via cookie, it does not mean an HttpSession object is resumable for that request.

    http://www.codeproject.com/Articles/779844/Remember-Me

    enter image description here

提交回复
热议问题