gsf icon indicating copy to clipboard operation
gsf copied to clipboard

HttpOnly on session cookie (e.g. x-gsf-session) breaks logout

Open StephenCWills opened this issue 6 years ago • 0 comments

Client has to read session cookie value in order to pass it back to the server in a SignalR request during the logout process. This could be fixed if we switch to a web API call through AJAX or somehow modify SignalR to transmit cookies with every request.

StephenCWills avatar Sep 20 '19 19:09 StephenCWills