From 80a43e54295024e753a777a2320c32d4eebf3d02 Mon Sep 17 00:00:00 2001
From: andi <andi@splitbrain.org>
Date: Mon, 23 May 2005 20:23:04 +0200
Subject: [PATCH] added cache_limiter command as suggested in #94

darcs-hash:20050523182304-9977f-9011c7f882139b00333feaa625a25650bedf6f86.gz
---
 inc/init.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inc/init.php b/inc/init.php
index 363518b65..eacac4628 100644
--- a/inc/init.php
+++ b/inc/init.php
@@ -44,6 +44,7 @@
 
   // init session
   session_name("DokuWiki");
+  @session_cache_limiter('private_no_expire');
   if (!headers_sent()) session_start();
 
   // kill magic quotes
-- 
GitLab