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