I figured out my problem. My environment uses a custom session object that extends SimpleSession. The attributes object was not being serialized or deserialized properly from the hazelcast objects. I copied the SimpleSession readObject and writeObject logic into my custom class and the hazelcast cache is working properly now.
-- Sent from: http://shiro-user.582556.n2.nabble.com/
