I'm looking for something that can be done like this setting in Tomcat:
<Context ... sessionCookiePath="/" > ... </Context>
I'm looking for something that can be done like this setting in Tomcat:
<Context ... sessionCookiePath="/" > ... </Context>
You can persist session information in database like Datastore and use Memcache to get the session/user information faster. Take a look at the web application architecture - https://cloud.google.com/solutions/architecture/webapp
© 2022 - 2024 — McMap. All rights reserved.