From: Sascha Schumann Date: Wed, 25 Sep 2002 18:08:58 +0000 (+0000) Subject: add note about url_rewriter.tags X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21adf62204696fd5418289ce7ae7c3d8fd984ec2;p=php add note about url_rewriter.tags --- diff --git a/php.ini-dist b/php.ini-dist index 58b3267f2b..f70fc7e0e0 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -837,6 +837,11 @@ session.cache_expire = 180 ; always using URL stored in browser's history or bookmarks. session.use_trans_sid = 0 +; The URL rewriter will look for URLs in a defined set of HTML tags. +; form/fieldset are special; if you include them here, the rewriter will +; add a hidden field with the info which is otherwise appended +; to URLs. If you want XHTML conformity, remove the form entry. +; Note that all valid entries require a "=", even if no value follows. url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset=" [MSSQL]