I'd like to store some user choices per session, but have no idea where and how. To keep the problem as simple as possible:
So the question remains: Where and how to store the chosen language, and how to access it from anywhere on server side?
Not the most complete answer but you can see an illustrated example of writing and reading sessions The Apostrophe Way in the apostrophe-personas
module
https://github.com/apostrophecms/apostrophe-personas/blob/master/index.js