-
### Package
lucia
### Describe the bug
when using the `sessionValidationMiddleware` , the **await lucia.validateSession(sessionId)** always return `null`
- sessionValidationMiddleware :
…
-
The following code is causing all of the cookie parameters to be removed from the Set-Cookie header when the cookie is initially set by express-sessions.
https://github.com/solzimer/session-pouchdb…
-
`var express = require('express');
var cookieParser = require('cookie-parser');
var session = require('express-session');
var cors = require('cors')
var app = express();
app.use(cors())
ap…
-
In my code I've two session instances with different cookie options (domain, path). Those two express-session instances share same RedisStore with different cookie options. However it does not seem to…
-
My code for requiring expose looks like this:
------------------BEGIN CODE---------------------
var express = require('express')
, expose = require('express-expose')
, program = require('comm…
-
Hello,
In `bootstrap.cookieconsent.js`, on cookieConsent event `onPopupOpen`, you're dispatching the event `bk2k.cookie.enable` if type is "info" or "opt-out".
That is ok, because cookies should…
-
## 前言
這是一系列共三篇的文章,我稱之為 Session 與 Cookie 三部曲。系列文的目標是想要由淺入深來談談這個經典議題,從理解概念一直到理解實作方式。這是系列文的最後一篇,三篇的完整連結如下:
1. [白話 Session 與 Cookie:從經營雜貨店開始](https://medium.com/@hulitw/session-and-cookie-15e47ed838…
-
Vulnerable Library - express-3.21.2.tgz
Sinatra inspired web development framework
Library home page: https://registry.npmjs.org/express/-/express-3.21.2.tgz
Path to dependency file: /package.json
P…
-
### Contact Details
_No response_
### What happened?
It's ok to show array of object via type:mixed.
But it's not ok to update json element in the array
Many thanks
### Bug prevalence
always r…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
…