Obtiene el contexto completo de sesión
Map<String, String> getSessionContext() { return { 'view': _currentView, 'operation': _currentOperation, 'fbl': _currentFbl, }; }