php.ini den session.use_trans_sid=On
satırını bulup:
session.use_trans_sid=Off
yapmalısın.(1 ise 0 yapabilirsin) yada htaccess içine
<IfModule mod_php4.c>
php_flag session.use_trans_sid off
</IfModule>
http://www.mtdev.com/2002/06/why-you-should-disable-phps-session-use_trans_sid/
satırını bulup:
session.use_trans_sid=Off
yapmalısın.(1 ise 0 yapabilirsin) yada htaccess içine
<IfModule mod_php4.c>
php_flag session.use_trans_sid off
</IfModule>
http://www.mtdev.com/2002/06/why-you-should-disable-phps-session-use_trans_sid/