Forums / Install & configuration / eZSESSID not to be shown after the links...

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

eZSESSID not to be shown after the links...

Author Message

Zoltan Szabo

Friday 03 September 2004 4:13:49 am

If you visit www.osb.hu, you can see, that the eZSESSID appears
after the links as a parameter:
http://www.osb.hu/nyitolap?eZSESSIDhu=86f3255d0185738cd4b3a869e9f4d02f
But after a page reload, it disappears.
Is it possible to not to show these characters even the first time?

bisk

Friday 03 September 2004 4:47:38 am

I think it's because in your php configuration use_trans_sid is enabled. Try to turn it off.

The easiest way to do this is to add this line to your .htaccess file:

php_flag session.use_trans_sid off

-------------------------------
http://www.kookfijn.nl & http://www.magento.be

Zoltan Szabo

Saturday 04 September 2004 11:34:56 am

Thank you, it's working fine.