1
wizanda
How to remove &PHPSESSID=666 From DMOZ module?
  • 2004/11/3 17:48

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


With the include DMOZ module
i have just noticed since i have moved server and upgraded XOOPS to the latest version
that when you are logged in it dosent work because it adds Quote:
&PHPSESSID=5cb4a936bb7e2c6b096a9c1a59264390

IS there any way to remove this and is anyone working on improving the module?

2
tl
Re: How to remove &PHPSESSID=666 From DMOZ module?
  • 2004/11/3 18:09

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


PHP has the tendency of adding session IDs to links if cookies are rejected.

Check your phpinfo to see if –enable-trans-sid is enaled. It usually is with default PHP installation.

If you have access to in php.ini: set "session.use_trans_sid" to false

If you don’t have access to php.ini, try add the following line to the .htaccess file:
php_flag session.use_trans_sid off

It may not work if your provider's PHP master values overwrite your local values at runtime.

3
wizanda
Re: How to remove &PHPSESSID=666 From DMOZ module?
  • 2004/11/3 18:38

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Cool thank you!! that worked

What else does/will it effect turning trans-sid off?

4
tl
Re: How to remove &PHPSESSID=666 From DMOZ module?
  • 2004/11/3 18:49

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


There must be a reason why it is compiled in as default but don't know or heard if there is any "side effect".

SESSID also does nasty things to search engines as spiders do not accept cookies.

Login

Who's Online

210 user(s) are online (148 user(s) are browsing Support Forums)


Members: 0


Guests: 210


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits