If I set `getTokenTransferMethod` to headers, shou...
# support-questions-legacy
v
If I set
getTokenTransferMethod
to headers, should I expect ST to still set cookies? We're having an issue connecting to a websocket endpoint because there are too many cookies set on the browser and so I was hoping to switch to header based auth, but it seems like cookies still get set edit: seems like given these blog posts https://supertokens.com/blog/are-you-using-jwts-for-user-sessions-in-the-correct-way and https://supertokens.com/blog/cookies-vs-localstorage-for-sessions-everything-you-need-to-know that ST always stores stuff in cookies,
14 Views