Session properties shared by all pages from the same client

It’s just a workaround,
In the onStartup script of your view, add someting like:

self.page.props.myProp1 = "myValue"

And you can use the value in a binding

page.props.myProp1