-
## What happened?
According to the [documentation](https://www.pomerium.com/docs/reference/cookies#cookie-secret), the `cookie_secret` option should be used to encrypt and sign session cookies:
> …
-
### Describe bug
To my understanding of the Python code, once a fetched cookie is over 24 hours, the cookie is marked as invalid in the code. It will refresh the cookie when it is older than 24 hours…
-
Hi,
it would be nice to have cookies modal showing up so we can hook-up different analytics to the website
wdyt?
-
- ideally opensource, free, RnD needed, with communication with OLO
- analytics of the page
- list of cookies
- implementation of cookies on/off in Google analytics needed
- iframe cookies (Venzeo, Ko…
-
Cookies are not set if non-localhost is specified in development mode.
-
### Is there an existing issue for this?
- [ ] I have searched the existing issues
### Describe the bug
current .NET 8.0
Cookie. Domain not working,
```c#
builder.Services.AddAuthentication…
-
## Describe the bug
Cant remove a cookie with \Leaf\Http\Cookie::unset('cookiename');
Have to use alternative below.
## To Reproduce
Steps to reproduce the behavior:
- Set a cookie like t…
-
-
What cookies does Saltcorn natively use? If any, are they all in the category Necessary Cookies.
I'm studying to implement the Cookieconsent module in a public website I'm making with Saltcorn.
…
-
Hi,
This framework is great (most ergonomic by far of the pure python ones I've tested), but I'm trying to find a way to modify cookies and store data locally on the client side. There doesn't seem…