Ember Simple Auth: Session lost on refresh

前端 未结 4 771
孤城傲影
孤城傲影 2021-01-02 05:35

I\'m using Ember Simple Auth Devise v 0.6.4 in an Ember-cli app.

I can log in fine but when I refresh the page the session is lost. (Tested in Firefox and Chrome.) <

4条回答
  •  执念已碎
    2021-01-02 05:48

    I'm experiencing the same issue, e.g. my session is getting nuked on refresh.

    This is undesired behavior, and for me at least doesn't appear to have anything to do with server side devise setup.

    No requests are being sent to the server, it's just a matter of keeping the session alive by using the cookies which should be checked first.

提交回复
热议问题