1
0

Allow to use Cache-Control

This commit is contained in:
Garvin Hicking
2006-08-30 09:51:59 +00:00
parent 509a065caf
commit dcdf147af1
3 changed files with 16 additions and 0 deletions

View File

@ -3,6 +3,9 @@
Version 1.1-beta4 ()
------------------------------------------------------------------------
* Allow to set $serendipity['CacheControl'] to make serendipity emit
Cache-Control: HTTP headers. Thanks to annonymous from the forums!
* Use seperate PHP session ID when using HTTPS login. Set 'secure'
cookie parameters when using HTTPS. Thanks to lynoure!