Why is “Expires” 1981?

后端 未结 4 628
被撕碎了的回忆
被撕碎了的回忆 2020-12-03 04:39

My CRON Job returned an error that CRON job did not work. In that this was there:

Set-Cookie: PHPSESSID=2t2drultihqc         


        
4条回答
  •  温柔的废话
    2020-12-03 04:57

    I think you are using session_cache_limiter before calling session_start. If argument is private or no-cache the result is setting the Expires header to the time you have mentioned. Refer to this document for more information.

提交回复
热议问题