diff --git a/reference/outcontrol/functions/output-add-rewrite-var.xml b/reference/outcontrol/functions/output-add-rewrite-var.xml index 2de6cc43f3..77443f4d1f 100755 --- a/reference/outcontrol/functions/output-add-rewrite-var.xml +++ b/reference/outcontrol/functions/output-add-rewrite-var.xml @@ -1,5 +1,5 @@ - + output_add_rewrite_var @@ -15,16 +15,16 @@ stringvalue - This function adds another name/value pair to the URL rewrite mechanism. + This function adds another name/value pair to the URL rewrite mechanism. The name and value will be added to URLs (as GET parameter) and forms - (as hidden input fields) the same way as the - session ID when transparent URL rewriting is enabled with - session.use_trans_sid. + (as hidden input fields) the same way as the session ID when transparent + URL rewriting is enabled with session.use_trans_sid. - This functions behavior is controled by the url_rewriter.tags - &php.ini; parameter. See the session section - for further details on this setting. + This functions behavior is controled by the url_rewriter.tags &php.ini; + parameter.