To serialize(externalize) the session status we use the persistence-jpa module from drools and jbpm. You can put inside hazelcast those binary serialized objects there.
You need to remember that now everything that you insert inside the ksession must be serializable. You can check also the variable persistence strategies.
Cheers