RES: [PHP-INSTALL] Can't enable use_trans_sid

2008-04-07 Thread Thiago Pojda
{sorry for top-posting, but outlook can't do better} I executed "cat /usr/local/lib/php.ini | grep -i session" and found out that there was already one entry for that conf option by default, and it was set to 0. It fixed it, sorry I was that dumb. Just saw the source and it is adding the phpsess

Re: [PHP-INSTALL] Can't enable use_trans_sid

2008-04-07 Thread Keith Roberts
On Mon, 7 Apr 2008, Thiago Pojda wrote: To: php-install@lists.php.net From: Thiago Pojda <[EMAIL PROTECTED]> Subject: [PHP-INSTALL] Can't enable use_trans_sid Guys, I can't enable trans_sid, I've tried set these to php.ini : session.use_trans_sid = On [tried 1 also] url_rewriter.tags = "a=hre

RES: [PHP-INSTALL] Re: Can't enable use_trans_sid

2008-04-07 Thread Thiago Pojda
I don't use .htaccess :/ It's a dedicated machine using apache and php compiled by myself. If you meant vhosts, there are only aliases and log dirs set to those. Nothing overriding those settings... *sigh* Is there any way to debug this kind of stuff?? In another server I successfully enabled

[PHP-INSTALL] Re: Can't enable use_trans_sid

2008-04-07 Thread development
Is it possible that there are some other settings in a virtual-server configuration? Or a .htaccess file that overrides these setting?

RES: [PHP-INSTALL] Can't enable use_trans_sid

2008-04-07 Thread Thiago Pojda
Right .ini and apache was restarted. I think maybe something is messed up with that apxs2 I'm using, as I could not disable thread-safety also. Anything? _ De: Andre Huebner [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 7 de abril de 2008 15:12 Para: Thiago Pojda Assunto: Re:

[PHP-INSTALL] Can't enable use_trans_sid

2008-04-07 Thread Thiago Pojda
Guys, I can't enable trans_sid, I've tried set these to php.ini : session.use_trans_sid = On [tried 1 also] url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry,fieldset=" Tried recompile it with --enable-trans-sid but still doesn't work. I just realized that my phpinfo spi