We may need to think if there are other areas apart from RSS feeds that
may get cached using appropriate last-modified headers. Most of the frontend
will fail though, as sidebars may server dynamic content.
# All rights reserved. See LICENSE file for licensing details
header('Content-Type: text/xml; charset=utf-8');
-$delay_session_start = true;
+session_cache_limiter('public');
include_once('serendipity_config.inc.php');
$version = $_GET['version'];
$description = $serendipity['blogDescription'];
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
-if (!headers_sent() && !isset($delay_session_start)) {
+if (!headers_sent()) {
session_start();
}