bungle / lua-resty-session

Session library for OpenResty – flexible and secure
BSD 2-Clause "Simplified" License
320 stars 111 forks source link

use http_time instead of cookie_time #10

Closed junhanamaki closed 9 years ago

junhanamaki commented 9 years ago

the format returned from cookie_time is not compatible with firefox according to https://github.com/openresty/lua-nginx-module/issues/327 (one year old issue that is still valid today). the format returned from http_time is compatible with firefox and also works for chrome and safari (current versions)

bungle commented 9 years ago

Thanks!