Joe Wagner
Joe Wagner
@tvainika are you using [`connect-redis`](https://github.com/tj/connect-redis)? Regardless, some stores will allow you to share the same connection with all of your different Store instances. For `connect-redis` I believe the option is...
Setting a boolean in the session makes the most sense to me. Maybe others can weigh in as well?
@AlwaysAbhl001 This is an issue asking for an intro for beginners. Do you want to know best practices for sharing a token between the client and server? Have you looked...
@dfenerski It sounds like you might have configured something wrong, can you share a repo or gist with the related code?
HI @lokize @kkmr2011 and @mirker21 Looks like you might not be using the `session.cookie` property correctly. The valid settable properties are listed in the [readme](https://github.com/expressjs/session?tab=readme-ov-file#reqsessioncookie). They are `cookie.expires` and `cookie.maxAge`,...
As long as the cookie value makes it the this middleware, you should be able to accomplish what you're hoping. If you're having a problem, feel free to open a...
@owengot Sorry for the delay in response here. Concerning your issue, I'm not familiar enough with magic.link to be much help. We have moved to using discord almost everything feel...
@adamkb33 If you are using two different domains for production, i.e. one for your api and one to serve your html+css+js, then those two domains are not going to have...
@brijeshshah13 I believe the request object is passed down from earlier middleware. The existence of `req.route.path` is dependent on what kind of server and ealier middleware you are running. There's...
Hey @Leni-Vienne I came here from your `express-session` issue. I'm not familiar with this package, but out of curiousity can you show where the `pgSession` variable comes from? Or even...