I have a PHP app on Heroku. Users can sign up and sign in; so the sessions do work.
Whenever I make an update ("git pus heroku master") it kills the sessions of the users. Users have to then log back in to the site.
Is there a way to ensure this doesn't happen with every update?
This solution was of similar topic but didn't help.