Giter VIP home page Giter VIP logo

Comments (4)

austencm avatar austencm commented on June 6, 2024

Working for me. I'm using it like this:

sessionService.deleteSession().then(() => sessionService.deleteUser());

Not sure this way is necessary or better, though. This library is great but could definitely use better docs.

from redux-react-session.

curtisolson avatar curtisolson commented on June 6, 2024

I'm seeing odd behavior as well. At logout, I call api to do server logout, delete session and user and then update store.

  userService.logout()
    .then(() => {
      sessionService.deleteSession();
      sessionService.deleteUser();
      dispatch({ type: userConstants.LOGOUT });

After debugging, redux-react-session is telling me that the session is gone, but I still see it in IndexedDB. I'm using default storage, so session and user are stored in IndexedDB>redux-react-session>keyvaluepairs.

I'm worried that if those values aren't cleared that they'll somehow be reloaded. So technically, this works, but I'm afraid I'll get a bug later that will be hard to find. Also, from a debugging standpoint, it would be nice to look in developer tools and tell whether I have a session or not.

from redux-react-session.

curtisolson avatar curtisolson commented on June 6, 2024

I just changed storage methods and now I'm seeing the behavior I expected.

From sessionService.initSessionService(store);
To sessionService.initSessionService(store, { driver: 'COOKIES' });

from redux-react-session.

NotTooReact89 avatar NotTooReact89 commented on June 6, 2024

I am still experiencing this issue. When I reload my page GET_SESSION_SUCCESS gets called automatically

from redux-react-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.