- This topic has 4 replies, 3 voices, and was last updated 11 years, 5 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore and Affiliate Platform – URLs always with ?PHPSESSID=
Hi, I’m using the eStore and Affiliate Platform plugins and all my links have on the end a ?PHPSESSID= in the Url. When I disable both plugins, the urls look normal without this code. How can I disable or hide that?
In those websites I have the problem:
[www.con-todo.com]
[www.climbingflex.de]
best regards
Do you have cookies enabled on your browser? Is the PHP Session working correctly on your server? If it isn’t then your server may not be handing the SESSION requests correctly.
PHPSESSID is how (some) servers keep track of who you are when cookies are *disabled*. By disabling cookies you force the server to use “rewriting” to keep track of who you are. I don’t have the member or affiliate plugin, but I haven’t noticed this problem with eStore – probably because my cookies are always enabled.
I just checked your site but I don’t see the PHPSESSID in the URL anymore. I am guessing you fixed the issue on your server.
Thank you for your answer, I will look in the configuration of my server, but the problem isn’t fixed. I checked my websites with different browsers but the PHPSESSID is always there.
Hi, I fixed the problem. I saw the php.ini configuration of my server and I added this code:
session.use_only_cookies = 1
session.use_trans_sid = 0
I’ll test the affiliate plattform plugin.
Thank you, StarCircleAcademy