4images Help / Hilfe > FAQ, Tips
Two sessionid in URLs
(1/1)
V@no:
On some systems sessionid= being added twice to URLs.
To fix that add in .htaccess file this line:
--- Code: ---php_flag session.use_trans_sid off
--- End code ---
Another options are to change it directly in your php.ini (if you have access) or you can try to set it with the following code in config.php:
--- Code: ---ini_set("session.use_trans_sid", "0");
--- End code ---
Navigation
[0] Message Index
Go to full version