i'm sick of it auto appending the SID to urls and i am sick of typing out full paths to URLS within my site to keep them from doing so
SO - I dont own the server so I guess I cannot get to the php.ini, is there ANY other way to prevent that?
Google hit me with nothing good =[
use_trand_sid
Moderator: General Moderators
man this is twice already... searched n searched and posted the question, then I found the solution.
.htaccess I added:
php_flag session.use_trans_sid off
Is there any downfalls/security issues by doing this?
I'm aware that if the user has cookies disabled issues the session wont pass... but anything else?
.htaccess I added:
php_flag session.use_trans_sid off
Is there any downfalls/security issues by doing this?
I'm aware that if the user has cookies disabled issues the session wont pass... but anything else?
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact: