The Swordfish Basic Web Client can connect to one or more Swordfish services (including the Swordfish emulator), and present in a web UI frame the entire Swordfish hierarchy. The basic web client also provides basic capabilities to modify configurable Properties (as specified in the schema), as well an providing a basic interface to add or remove elements from the service through a Web UI.
according to http://redfish.dmtf.org/schemas/DSP0266_1.0.html#session-login , we do implemented a delete request in app.js line : https://github.com/SNIA/Swordfish-basic-web-client/blob/3c94632e2a9ea07a145643990e91c03e94610592/app.js#L157 applications calls this delete request when user logouts . Addition to that, Appropriate Location header need to send to delete a session. Changed and fixed it