[BangPypers] back button issues with session handling in flask
Senthil Kumaran
senthil at uthcode.com
Sat Sep 7 19:31:09 CEST 2013
Hi Adivandya,
On Sat, Sep 7, 2013 at 9:29 AM, Adivandhya <adivandhya at yahoo.co.in> wrote:
> and second being i cannot use other extensions like flask-login etc, as im
> trying to make it on my own.
> How do i resolve this problem within the constraints ?
>
If you poke into flask-login, how does it handle that? Personally, I do now
know the a web app we keep any track of browser states. The idea could be
use of URLs and working with the session object based on the URL you are at
in terms of webapp.
--
Senthil
More information about the BangPypers
mailing list