add_header Set-Cookie The difference between Max-Age and Expires

B.R. reallfqq-nginx at yahoo.fr
Sat Sep 10 13:54:50 UTC 2016


I just hope that code won't be used by the owner of wwwooowww.wtf for
example.
---
*B. R.*

On Sat, Sep 10, 2016 at 2:46 PM, c0nw0nk <nginx-forum at forum.nginx.org>
wrote:

> Just fixed my problem completely now :)
>
> For anyone who also uses Lua and wants to overcome this cross browser
> compatibility issue with expires and max-age cookie vars.
>
> if ($host ~* www(.*)) {
>  set $host_without_www $1;
> }
> set_by_lua $expires_time 'return ngx.cookie_time(ngx.time()+2592000)';
> add_header Set-Cookie
> "value=1;domain=$host_without_www;path=/;expires=$expires_
> time;Max-Age=2592000";
>
> Posted at Nginx Forum: https://forum.nginx.org/read.
> php?2,269438,269452#msg-269452
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20160910/d5039c31/attachment.html>


More information about the nginx mailing list