<div dir="ltr">Hi Follow users,<div>I am currently using google oauth for authentication using rauth, Flask-Login extensions. I am also using "<span class="s1">session[</span><span class="s2">'permanent'</span><span class="s1">] = </span><span class="s3">True" to remember the sessions for certain period when timing them out. However, what happens is the screen does not automatically refresh to logged out view upon session expiry and needs to be manually refreshed. </span></div><div><br></div><div>One of the methods I have seen used is to pass a session id to the the browser and browser checks every few minutes if the session is valid and if not, refreshes the view to logged out view. How is this workflow usually implemented in Flask? I can pass session id when the application view is created, however how do you about authenticating session ids.</div><div><br></div><div>thanks for the heads up,</div><div><br></div><div>cheers,</div><div>Mandar<br><div><br></div>
</div></div>