Thanks Brian,

I don't to confuse the situation with my hypothetical example

So some of the applications we use store POJOs in the session, it is
actually grails so it's something like session.person = new Person(whatever)
and this works with Shiro now as it stands using the in memory session
store.

The question I am asking is, if I then share this session with AppTwo via
Ehcache and AppTwo does not have a Person class, will there be issues when
AppTwo deserializes the session from the cache?

(Just to be sure I am not mixing up terminology, I am using the word session
to mean the session that is obtained from logging in and is referenced by
the JSESSIONID, the objects are stored in here so they are accessible after
a number of requests.)



--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/Questions-about-poor-mans-SSO-tp7581009p7581011.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to