I am trying to redirect my user by checking a cookie using Cloudflare workers. The cookie name I m setting is login=true. So if the cookie exists user goes to app.xyz.com and if it doesn’t exist user goes to xyz.com. I have written a cookie setting function inside the login func. But safari won’t allow me to set the cookie for more than 7 days. How can I fix this problem?.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Can the _csrf cookie on the hosted login page have a shorter max-age? | 2 | 3436 | February 11, 2019 | |
Store auth0 jwt token in the cookie | 2 | 4122 | February 23, 2020 | |
JWT with recent Safari and Mozila update reguarding 3rd party cookies | 1 | 3987 | March 27, 2020 | |
Delete Auth0 cookie on signout | 2 | 5192 | December 14, 2018 | |
Silent authentication alternative ( Safari , cross-origin tracking ) | 3 | 5645 | February 18, 2019 |