in reply to Re: Sessions & Search Engines
in thread Sessions & Search Engines

Yes I can, but this way search engines like google will only crawl the English version which is NOT what I want.

Replies are listed 'Best First'.
Re^3: Sessions & Search Engines
by Herkum (Parson) on Apr 06, 2010 at 02:50 UTC

      Thanks for the link

      To make all of your site's content more crawlable, avoid automatic redirections based on the user's perceived language. These redirections could prevent users (and search engines) from viewing all the versions of your site. And last but not least, keep the content for each language on separate URLs - don't use cookies to show translated versions.
      Source: http://googlewebmastercentral.blogspot.com
      Looks like they have the same idea I was thinking of, but they're using mod_rewrite.