On 9/28/06, Martin Marques <martin@bugs.unl.edu.ar> wrote:
I'm trying helplessly to get session.use_trans_sid to true in one
directory that needs it. So I put this in an .htaccess file:

php_value session.use_trans_sid 1

The thing is, it didn't work. I also tried changing 1 to On with no luck
at all.

Is .htaccess enabled at all?  by default apache doesn't have it
enabled in most installations.

If you can, set this on a per directory setting in your virtualhost
setting within a <Directory> or <Location>, instead of turning on
.htaccess.

Curt

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to