}
public void startSessionScope() throws Exception
{
logger.log(Level.FINE, "starting the OWB SessionContext");
WebBeansContext webBeansContext = WebBeansContext.currentInstance();
ContextsService contextsService = webBeansContext.getContextsService();
contextsService.startContext(SessionScoped.class, session);
}