I have a multilingual site with only one domain www.mydomain.com, this domain serves content in English and Norwegian. And language is handled using a server side session parameter, which is triggered by a click on a button on my website.
My problem is that Google only find and index my English version of the website, and not the Norwegian part of it. After looking for a solution I came over this post on Google: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=182192
From what I read there, it looks like I can't use sessions to control language, and that I should use one of these solutions:
en.domain.com-no.domain.comwww.domain.com/en-www.domain.com/nowww.domain.com-www.domain.no
Is this true, or is it possible to get Google to index my Norwegian and English content by using my session parameter?