1# Session Management
2
3## Overview
4IPMI RMCP+ sessions are created and maintained by phosphor-ipmi-net daemon,
5whereas we need to provide details about the same using phosphor-ipmi-host.
6Hence IPMI RMCP+ session details has to be exposed through D-Bus interface,
7so that both phosphor-ipmi-host & phosphr-ipmi-net will be in sync.
8
9
10#### xyz.openbmc_project.Ipmi.SessionInfo interface
11##### properties
12* SessionHandle - SessionHandle,unique one-byte number to locate the session.
13* Channel   -  Session created channel.
14* SessionPrivilege - Privilege of the session.
15* RemoteIPAddr  – Remote IP address.
16* RemotePort   - Remote port address.
17* RemoteMACAddress -Remote MAC Address.
18* UserID  - Session created by given user id.
19
20
21
22#### xyz.openbmc_project.Object.Delete
23#### methods
24* Delete - To delete the session object in the system.
25
26