How to delete session cookie in Postman?

后端 未结 12 1386
渐次进展
渐次进展 2020-12-05 01:18

I am testing my API in Postman and am having trouble simulating a log out.

If I do a call to delete the session cookie,

12条回答
  •  情深已故
    2020-12-05 02:00

    I tried clearing the chrome cookies to get rid of postman cookies, as one of the answers given here. But it didn't work for me. I checked my postman version, found that it's an old version 5.5.4. So I just tried a Postman update to its latest version 7.3.4. Cool, the issue fixed !!

提交回复
热议问题