Sunday, June 29, 2008

Disable Session Support for PHP

To Disable to Session Support for specific domain. Make the entry following entry in domain's .htaccess


php_flag session.use_trans_sid off


and restart apache.This will disable the session support for domain.

No comments: