make it possible to set expire time of cookies in browser.Before this… by jianqiao-ms · Pull Request #337 · webpy/webpy

and others added 4 commits

July 24, 2015 17:53
…,the Expires of cookies will always be 'Session' which means that the cookie will be expired when the browser closed(or close tabs).In this situation,timeout of the session is meanless.Now,with the modify we can set a value of seconds in web (via select of other things) make cookie stored in clients for a period.

iredmail added a commit that referenced this pull request

Sep 16, 2019
* Remove py2.3 support.
* Replace `attr in obj.keys()` by `attr in obj`.
* Set default cookie expire time to session timeout.
* Add support for SameSite cookie.

Fixes #521
Fixes #61 #99 #337
Fixes #409 #410