I have site pages as (example) index.php , aboutus.php
Today when checking in on the site, Im seeing something that shouldn't be there .
now it has a PHPSESSID string which I never put there.
so now every page from the index.php looks something like:
aboutus.php?PHPSESSID=43634dhdhasjdhdsd
This is happening only on the index page, but again I never set these pages as PHP ids
Is this an exploit happening?
thanks
PHPSESSID
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: PHPSESSID
You probably have trans_sess_id set to on. Check you configuration and the manual.
(#10850)