stmcginnis / gofish

Gofish is a Golang client library for DMTF Redfish and SNIA Swordfish interaction.
BSD 3-Clause "New" or "Revised" License
211 stars 112 forks source link

Fixed the issue: "session were not getting deleted in redfish" #297

Closed imanubhav closed 4 months ago

stmcginnis commented 4 months ago

Thanks for looking in to this. I got a chance to test this some more. Under normal usage, this change is not correct. The session should contain the full URI:

Logout

If there is some other condition under normal usage that would lead to this not being correct then I would need more details to understand what that is. We would also need to handle the unlikely but possible scenario where that SessionService path is not the one being hard coded here.