Open Chitrank-Dixit opened 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
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.
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