URL Rewriting

ramanaths

Member
Joined
May 31, 2005
Messages
19
Programming Experience
Beginner
Hi

I am developing a web store and a url for the site looks like this
http://localhost/mystore/Products/Books.aspx

We had to turn on the cookieless to true in the web.config as a result of which the url for the site has become http://localhost/mystore/(S(hthaxjaqzvkutuelsnbor0ur))/Products/Books.aspx

The session id is included in between the url.

Does this cryptic url create problems for search engines for indexing the site?

Can I rewrite the url so that the session id is moved to the end or to some other format that does not affect the search engine indexing?
:confused:
Thnx
RamS
 
Back
Top