如何在 Apache 2.4 cookie 中设置 unix 时间戳?

Posted

技术标签:

【中文标题】如何在 Apache 2.4 cookie 中设置 unix 时间戳?【英文标题】:How to set unix time stamp in Apache 2.4 cookie? 【发布时间】:2022-01-12 22:49:20 【问题描述】:

我正在尝试在 cookie 中设置 Unix 时间戳。 Apache 2.4 中是否有可用的表达式变量来获取它?

类似RewriteRule .* - [CO=time:%UNIX_TIMESTAMP:.example.com:0:/]

【问题讨论】:

【参考方案1】:

你可以使用 mod-rewrite %TIME 变量

RewriteRule .* - [CO=time:%TIME:.example.com:0:/]

【讨论】:

这只是返回正常的UTC时间戳20211208061427

以上是关于如何在 Apache 2.4 cookie 中设置 unix 时间戳?的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Wordpress 中设置 cookie

如何在 Graphene Python 突变中设置 cookie?

如何在反应中设置 cookie?

如何在zend框架中设置cookie?

如何在 HttpClient HttpRequestMessage 中设置 cookie

如何在 Flask 中设置 HTTPONLY cookie