Git Product home page Git Product logo

Comments (9)

Fishrock123 avatar Fishrock123 commented on May 17, 2024

I think this exists?

https://github.com/expressjs/session/blob/master/session/session.js#L42-L52
#2

from session.

dougwilson avatar dougwilson commented on May 17, 2024

I think that only applies to the cookie; the ticket is about applying a max age to the store itself.

from session.

MichaelCereda avatar MichaelCereda commented on May 17, 2024

I have added maxAge and other convenient methods to Store... a pr will be available soon....
Giving a maxAge to the session store allows to expire the data without expire the cookie and vice versa.
In my opinion if the cookie expires also the store should expire... what do you think?

from session.

dougwilson avatar dougwilson commented on May 17, 2024

In my opinion if the cookie expires also the store should expire... what do you think?

That does not work for session-length cookies, since the cookie cannot have an expiration to have it automatically expire when the user closes their browser. The store still needs to be able to expire, though.

from session.

MichaelCereda avatar MichaelCereda commented on May 17, 2024

Sorry, you're right, for "expired cookie" i was meaning "needs to be destroyed".

from session.

joewagner avatar joewagner commented on May 17, 2024

This seems like a store specific feature. For example, a mongodb store lib could use mongo's "TTL" collection feature. Is this ticket suggesting we implement this feature for the memory store?

from session.

Fishrock123 avatar Fishrock123 commented on May 17, 2024

Yes, this would be for memory store

from session.

joewagner avatar joewagner commented on May 17, 2024

I have been looking at this for a bit now. There seems to be an attempt to do this here, but I don't think this will ever work. Because the only way the session is destroyed is if the cookie sent from the client has expired, but the cookie won't be sent if its expired, right?!? I wrote a test to explain what I'm seeing.

A solution for this would be to setup the MemoryStore to check itself for expired sessions. That seems like overkill to me, but I don't know how else this could be implemented.

from session.

Fishrock123 avatar Fishrock123 commented on May 17, 2024

Lets just not bother until we remove memstore entirely in favour of some sort of cookie-store for default.

from session.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.