In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Emil Rasmussen) wrote:

> > Subject: [PHP] What does "url_rewriter.tags" do?
> 
> > What does it do?
> 
> 
> url_rewriter.tags is a list of HTML elements that will get the PHPSESSID
> added to them. Its all about sessions:
> http://www.php.net/manual/en/ref.session.php.

Thanks.  The url_rewriter.tags config option isn't mentioned on that page, 
but now that you relate it to sessions it does make more sense.  Though 
setting "form" to value "fakeentry" seems odd since PHPSESSID does also get 
added to forms as a hidden input. <shrug>  Anyway, at least now I have a 
general idea of its purpose.

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to