From 35fec8dceefd3f749eec6cf8ef6450be31118e4d Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 2 Jul 2001 09:35:57 +0000 Subject: [PATCH] Added missing php.ini directives for sessioning: session.use_trans_sid and url_rewriter.tags git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50469 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/session.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/functions/session.xml b/functions/session.xml index 19cf4a29ec..2414e1812e 100644 --- a/functions/session.xml +++ b/functions/session.xml @@ -306,6 +306,20 @@ To continue, <A HREF="nextpage.php?<?=SID?>">click here</A> nocache limiter. Defaults to 180. + + + session.use_trans_sid whether transient sid support + is enabled or not if enabled by compiling with --enable-trans-sid. + Defaults to 1 (enabled). + + + + + url_rewriter.tags spefifies which html tags are + rewritten to include session id if transient sid support is enabled. + Defaults to a=href,area=href,frame=src,input=src,form=fakeentry + +