Dear fellows , Hi,, I have a directory , now i want to generate a site map , but all the urls are with session id. Is it possible to create site map for such type of websites Thanks
That depends. Can you give a sample URL? Some ancient Java systems did this... http://www.kbcafe.com/adwords/?sessionid=123456789 But you could still navigate to the page when the sessionid is removed. Most people decided that embedding session Ids in the URL was a dumb idea and have abandoned this practice. You might want to consider the same.