Chitrank-Dixit / InMyMind

Trusted sharing platform.
http://alien-device-451.appspot.com/
2 stars 0 forks source link

Improving Session and Cookie control in Flask using Flask-Sessions #9

Open Chitrank-Dixit opened 10 years ago

Chitrank-Dixit commented 10 years ago

I need to improve the session of the current application using this flask library for session and cookie control using this link

http://flask.pocoo.org/docs/quickstart/

About Cookies http://flask.pocoo.org/docs/quickstart/#cookies

About Session http://flask.pocoo.org/docs/quickstart/#sessions

Chitrank-Dixit commented 10 years ago

Read more about Cookie from this article by Mozilla nice one

https://developer.mozilla.org/en-US/docs/Web_Development/HTTP_cookies http://webdesign.about.com/od/cookies/a/aa021506.htm

Chitrank-Dixit commented 10 years ago

Session has been incorporated in the current project , but still waiting or asking on groups that I should use Cookies for a client side storage, Some browsers allow the cookies but some does not.