|
We have --enable-trans-sid compiled into PHP, this means you need to add a directive in an .htaccess file to use cookie based PHP sessions. Create an .htaccess file and place the following in it: php_value session.use_cookies 1 Save and upload to your public_html directory
|