contao / core-bundle

[READ-ONLY] Contao Core Bundle
GNU Lesser General Public License v3.0
123 stars 58 forks source link

[RTM] Make response with non-session cookies uncacheable #1630

Closed aschempp closed 6 years ago

aschempp commented 6 years ago

This disables http cache if a response has cookies.

aschempp commented 6 years ago

I have also added unit tests and fixed minor bugs. This should be RTM now.

aschempp commented 6 years ago

Done in c6980e2d5ff9bcfa14234a1d9289848f6ed8fbf3

leofeyer commented 6 years ago

Thank you @aschempp.