1
Rick
Re: Disable PHPSESSID for anonymous visitors
  • 2004/4/27 0:03

  • Rick

  • Just popping in

  • Posts: 4

  • Since: 2002/2/3 1


Koreus,

Thank you for your information. You seem to have identified the cause of my problem - the phpsessionid showing up in the URL's - not good for Google at all! It turns out the server I'm on did have session.use_trans_sid to on - and I was able to turn it off.

After looking around, it appears if you do not have access to your php.ini file, you can turn it off with a few options. The easiest appears to be adding the following line to your .htaccess file

php_value session.use_trans_sid Off


And in PHP code:

ini_set('session.use_trans_sid'false);


I hope that works for you!



2
Rick
Re: Apache mod_rewrite RewriteRule Success
  • 2003/11/14 4:23

  • Rick

  • Just popping in

  • Posts: 4

  • Since: 2002/2/3 1


I'd be very, very interested in this solution as well. There is already a solution for postnuke, and they have worked it out nicely here:

Postnuke search engine friendly URL's.




TopTop



Login

Who's Online

157 user(s) are online (91 user(s) are browsing Support Forums)


Members: 0


Guests: 157


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits