Hello,
I am using .htaccess file to use php code in .htm files. So in browser file is .htm but it has php code in it which is working all okay.
Now i am facing a problem. Whenever someone comes to site the address gets appended by the session id generated by php which fails all my plans.
So it looks like:
yourdomain.com/test.htm?PHPSID=C9734HF38FH9FH394FH934FH and all links in the htm page also get that id byitself which i don't want.
How do i aviod these session ids ? How do i keep them invisible to user, bots etc. ?
Thanks.