Well i create a new session.
JPAKnowledgeService.newStatefulKnowledgeSession(.......).
But if you wanna load a previous session,
you could use
JPAKnowledgeService.loadStatefulKnowledgeSession(........) (I dont remember the exact name of the method.. i think its the same.)
Regards.