Andrei Zanouski

Results 5 comments of Andrei Zanouski

@vlone310 I think this project isn't supported I decided to try the package mentioned in the issue https://github.com/supasate/connected-react-router/issues/579

>Closes https://github.com/supasate/connected-react-router/issues/612, please merge it Unfortunately, author of the repository has not been active for a long time

Hello. I think you call setCookie on client side. You need to use this function with req, res `setCookie(name, value, { secure: true, httpOnly: true, req, res });`

> So, the question again is, how do we do this from the client side? It's impossible. This is standard behavior for all cookies You can see stackoverflow link above...

When and where do you try to delete the cookie? Please, I'd like to see the code