>>>>> Brian Demers <[email protected]>:
> Take a look at > https://shiro.apache.org/session-management.html#SessionManagement-SessionClustering > But these techniques are typically tied to applications running on the same > domain. Thanks! :-) All of my applications are running in the same domain, on the same server, and actually in the same VM (inside an apache karaf instance). But if I understand things correctly, for this to work, I need to have a SessionDAO that persists sessions and is reachable from multiple webapps? Is there a SessionDAO available that will work for multiple local webapplications and doesn't require something like ecache or terracotta? (something that works on the local file system, perhaps..?) Thanks again!
