Get cookie of authentication session

1
0
-1

hi,

how i can to get the cookie of an authentication session.

regards

1 answer

1
0
-1

If you're using java, with API dependencies, can get the cookie of its body response, with HTTPEntity, and its method getHeaders();

Notifications