Why do i see sessionid in the url in some pages of my website. The pages are indexed in google with sessionids, i know search engines don't like sessionids. How can i remove them? I have tried the following, but it doesn't work
ini_set("sessio n.use_only_cook ies",1);
ini_set("sessio n.use_only_cook ies",1);
Comment