mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
a6bd8f8f43
Without this change, a call to Cookie::get() immediately after Cookie::set() won't return the value provided. This creates some unintuitive edge-cases, although to date it looks like they have been worked around. The patch doesn't have a test because our testing framework doesn't deal with cookies well.