What are you using for a session driver? Some persistent storage should perserve the session
Oct 9, 2020
5
Level 5
How to avoid session killer when upload the changes?
I'm using Laravel with AWS the way that I upload the project is by ELB, code commit, and pipeline! everything is worked perfectly, but when I upload the changes that I made in local via git push the users that already login in my app all of them log out automatically! and they should login again!
How can I avoid this killing session!?
Level 102
Seems using file might be a bad idea. Give DB a shot instead perhaps :)
1 like
Please or to participate in this conversation.