LP-Trel Zen

Joined: 02 Dec 2002 Posts: 5760 Location: Nirvana by Boredom
|
Posted: Fri Mar 16, 2007 11:54 pm Post subject: Wordpress 2.0/2.1 and AJAX Applications Note |
|
|
This is a note about recent problems that some Wordpress users at L2P have been experiencing.
If your application has an AJAX interface such as Wordpress 2.1 and are experiencing issues with the application then do the following:
Create a new folder under your public_html or under the folder of your application named:
_custom_php_settings
Inside this folder place a file named:
php_override.ini
Inside the file you will put the line:
suhosin.cookie.encrypt = Off
Notes: The file can be named anything you'd like, but must have the .ini extension. This file does not replace the global php.ini, but will just override select settings.
It is not recommended that you do this unless required by your software as these settings help protect your scripts from unknown vulnerabilities it may not be patched against. Wordpress users should not be concerned about disabling this for their script as similar protection is already built into the script. _________________ * Knowledge Base * Wiki * Forum FAQs * |
|