summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-21 16:36:24 +0100
committerAndrew Dolgov <[email protected]>2007-03-21 16:36:24 +0100
commitbe0801a1619981931c813346b53de2d9f29bcede (patch)
tree442c3e505455c9f1bb673d4d3ad04093d0dcfcba /functions.php
parent441acab8ff3a62e11d70ed920f0b12ad08b20e09 (diff)
make storeInitParam actually work (move back to cookies)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 275efb1c7..05ac12dd3 100644
--- a/functions.php
+++ b/functions.php
@@ -2203,6 +2203,8 @@
print "<param key=\"icons_url\" value=\"" . ICONS_URL . "\"/>";
+ print "<param key=\"cookie_lifetime\" value=\"" . SESSION_COOKIE_LIFETIME . "\"/>";
+
print "</init-params>";
}