#help #opendaylight How to remove JSESSIONID from client, as it is having HttpOnly flag. #help #opendaylight


sachin.gupta@...
 

Hello All,

At login page, UI application is calling <HEAD> method of

https://<odl>/restconf 

to get following response cookie:

set-cookie: JSESSIONID=node034e8hvpf895p2g49nir02la96917.node0; Path=/odl/; Secure; HttpOnly

set-cookie: rememberMe=deleteMe; Path=/odl/; Max-Age=0; Expires=Mon, 28-Jun-2021 10:32:21 GMT

is there any RPC available to clean this cookie ?

As it is having HttpOnly flag, UI code won't be able to clean it.