Restores session state from the serialized file & invokes {@link javax.ejb.SessionBean#ejbActivate} on the target bean.
Invokes {@link javax.ejb.SessionBean#ejbPassivate} on the target bean and saves the state of the session to a file.
Removes the saved state file (if any) for the given session id.