Persisting PhoenixLiveSession "session" across liveview navigation

We want to persist session data in liveview navigation.
Using the PhoenixLiveSession.put_session() function set’s the session but this is not peristed unless you physically reload the page, doing live navigation will loose the session data.

Anybody has any hints to solve this.
Thanks
Massimo