https://bz.apache.org/bugzilla/show_bug.cgi?id=60908

            Bug ID: 60908
           Summary: Add expires parameters in Apache-issued cookies
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 34872
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34872&action=edit
Add expires parameters in Apache-issued cookies

ap_cookie_write() sets a cookie with an optional max-age parameter.
Unfortunately, Microsoft Internet Explorer and Edge browsers do not support
max-age and will only consider the expires property.

The attached patch adds an expires property matching max-age, so that cookies
set with ap_cookie_write() behave the same way on all browsers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to