I think what's happening is possibly the google bots don't support cookies, so the minute they see your site, the session_start() tries to do the cookie, which it can't, so it starts pending the session ID to the URL.
You can probably see the same thing by turning off cookies in your browser and going to your site. My guess is the session ID will appear in the URL. That's the default behavior for PHP sessions, according to my information.
That's the only thing I can think of that's happening.
avwebnet - ok then another way is that but You will lose one function 1. Go to settings in admin 2. Change "Administrator is able to see hidden pages" and give "NO".
If You want to have "Administrator is able to see hidden pages" to Yes then You must try to do this: 1. Edit index.php 2. Change