Jump to content

URL I don't have


The Little Guy

Recommended Posts

I made a stats web site, and place the statcounter to view stats on the page of one of my sites (Tzfiles).

 

I am able to track page popularity, and one of the URL's that returns back to me are these:

 

http://{url removed}/?gclid=CPvEusy5i5ACFRIUagodQUiLtA

http://{url removed}/?gclid=CMbTxfi8i5ACFQ8nawodpHL8tw

http://{url removed}/?gclid=COSgrNrCi5ACFRUmawodoUVttQ

etc.

 

What are those? and where did/do they come from?

 

edit by redbullmarky URL's removed as linking to pornographic stuff.

Link to comment
https://forums.phpfreaks.com/topic/81710-url-i-dont-have/
Share on other sites

search engines (or bots in general) don't store cookies, so the session ID needs to be passed across the URL. What you're seeing is the session_id(). it's an automatic (unless switched off) feature of PHP allowing sessions to be maintained for users without cookies enabled.

Link to comment
https://forums.phpfreaks.com/topic/81710-url-i-dont-have/#findComment-415027
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.