i made it
it all begain from the apache php.ini
where you can turn on and off the session in the adress of the browser
A quick way to fix this is to disable the trans-id feature, if you have access, in php.ini by setting “session.use_trans_sid” to false. If you don’t have access to change php.ini you can add this line to the .htaccess file in your root directory:
php_flag session.use_trans_sid off
it will do the job
I am wondering, How could I missed this..
Thanks
abdoh2010 I think on most of the site, hosted on shared server that may not be available.
But luckily, for me it’s working fine
Combine with “Search engine friendly url” Mod, it works great.
Now I have 2 questions.
Will it going to effect site response time ?? (Loading time)
How much it cause at server end? (I am on shared server)
For a normal site that is not getting that much users (just 4 weeks old). (Max 20 online)