You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sandinak The idea is to return a serialised ImcHandle object back.. so that other tasks will be able to de-serialise it and use.
Just returning cookie from it, makes it much harder for the cookie to be used. Not to mention, that there are instances where the server can refresh the cookie value and the one we return from cisco_imc_login may not be valid after a certain time. And so, having the entire handle object is critical as it has information that can be used to re-login in cases when the cookie has gone stale.
This case has been thought out. Will check to see if the implementation is in place.
Just did a bit of research on this for my needs:
The text was updated successfully, but these errors were encountered: