Author Topic: sessionid in the address part 2  (Read 32983 times)

0 Members and 1 Guest are viewing this topic.

Offline djith

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
Re: sessionid in the address part 2
« Reply #15 on: March 03, 2006, 11:29:17 PM »
putting this line ;


php_flag session.use_trans_sid off

didn't work out to lose the session id once and for all.....

how to reach php.ini ? 

greetings,
mathew

Offline Fastian

  • Full Member
  • ***
  • Posts: 199
    • View Profile
Re: sessionid in the address part 2
« Reply #16 on: April 06, 2006, 12:36:27 AM »
i made it  :D

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:
Code: [Select]
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)
I m not a  Programmer.
          But
I m a Good Learner.

Offline ipool

  • Pre-Newbie
  • Posts: 2
  • ipool.ch
    • View Profile
    • Bilder aus Treyvaux
Re: sessionid in the address part 2
« Reply #17 on: August 17, 2006, 04:22:35 PM »
Hi
I addet the .htaccess to the root (It's a subdomain) and this Sessionid is still apearing.
I use 1.7 Version.
The Search engines have a lot of Proplems for indexing with this.
I hope someone has a sollution.
Why is it not possible to switch it of in the Admin aerea?

Offline ipool

  • Pre-Newbie
  • Posts: 2
  • ipool.ch
    • View Profile
    • Bilder aus Treyvaux
Re: sessionid in the address part 2
« Reply #18 on: November 04, 2006, 12:01:33 PM »
Me again.
I had no way to remove competly the Sessionid and the Google image search did not index the images.
So I desidet to remove 4homepages and use a other script. Sorry.
If in future there is a version witch hase the possibilitie to remove this Sessionid, please let me know.
Thanks

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: sessionid in the address part 2
« Reply #19 on: November 04, 2006, 12:18:23 PM »
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline shadowhunter

  • Full Member
  • ***
  • Posts: 114
    • View Profile
    • Fotogalerie & Fotocommunity scluzern.com
Re: sessionid in the address part 2
« Reply #20 on: May 22, 2008, 12:39:54 PM »
Hallo!

Gibt es noch keine bessere Alternative als die folgende Änderung durchzuführen müssen, um die 2. Sessionid in der URL zu entfernen:
Code: [Select]
php_flag session.use_trans_sid offVergirbt diese Änderung irgendwelche Nachteile mit sich?!?

Dann muss ich mal mit meinem Hoster kontakt aufnehmen für diese Änderung.
Woher kommt die 2. Sessionid in der URL? Kann man dies nicht im Script ändern?

Gruss

Offline dilkebol

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: sessionid in the address part 2
« Reply #21 on: July 26, 2008, 02:49:52 PM »
I too did it by using those "one line " to .htaccess

http://www.bingifm.com/bollywood/details.php?image_id=386

Thanks a lot