Hi,I have a page mounted using the hybrid coding strategy. In the page I have a language link, to change the locale in the session (to show another language). Now what happens is, I have
http://mysite/mypage.1.1 (in Dutch) <click English link> http://mysite/mypage.1.2 (in English) <click browser back button> http://mysite/mypage.1.1 (in Dutch) <click browser reload button> http://mysite/mypage.1.1 (in English!)I was wondering if I could make it switch language without changing the page version, since it seems that it makes no difference anyhow: the language is determined by the session and not by the page version (as proved by the reload above).
Furthermore, the page is *stateless*, so I was wondering how I could keep it that way even with the language link. The problem is that the language link is in the base page and knows nothing about the real page (if it's bookmarkable, mounted, etc). I currently use a Link and just set the locale on the web session...
Regards, Sebastiaan
smime.p7s
Description: S/MIME Cryptographic Signature
