My website automatically adds session information to the URL of each link. Please review
http://www.homeadvertisingnetwork.com
I have tried to sort out the problem by including the lines to the top of each page:-
ini_set("session.use_only_cookies", "1");
ini_set("session.cookie_domain", ".domain.top_domain");
This still does not prevent the session info to appear onto the home page. Once a link is clicked or page refreshed, the problem is sorted out.
Please help