[BangPypers] back button issues with session handling in flask

2013-09-07 Thread Adivandhya
Hello guys,     Im making my own login module in flask, and Im now facing this problem pertaining to browser caching.    Aftera user signout (by setting the session["logged_in"] =False or even doing session.clear() ) ,if i press the back button on the browser, i still can see my homepage(which i

[BangPypers] flask application issues

2013-08-30 Thread Adivandhya
hi everyone,     i am writing a basic flask application who's structure is as follows:     /application     runserver.py                   # this is where i call the flask object and run it. /application __init__.py   #this is where i create my flask objec

[BangPypers] folder initialization issues

2013-08-28 Thread Adivandhya
hi friends,         Im a basic python developer, and i could not understand fully the purpose of adding __init__.py  in every folder we want to import .Could someone please help me out understanding this.(context is based on importing modules in flask).   ADIVANDHYA.B.R