Coder Social home page Coder Social logo

Comments (8)

markmaynard avatar markmaynard commented on July 21, 2024

Sorry to bug you but I see responses on other issues, is there something my issue is missing?

from ng2-idle.

moribvndvs avatar moribvndvs commented on July 21, 2024

@markmaynard Sorry, I've been busy at work and haven't had time to reproduce the issue. If you think you've got a handle on what needs to change to get it working, feel free to submit a pull request. I might be able to take a look this weekend.

from ng2-idle.

markmaynard avatar markmaynard commented on July 21, 2024

I thought I had a fix but I was incorrect. The problem seems to be that activity sets a new timeout time in my cookie, but none of the other tabs actually check the cookie to see that this timeout has been extended. What I think need to happen is that when a timeout occurs on a tab, it first checks the cookie(or other shared storage) to see if is time is greater than the time in the cookie. If not it sets a new timer for the difference between stored_time and now.

from ng2-idle.

moribvndvs avatar moribvndvs commented on July 21, 2024

Ah, right. So, evergreen browsers (except Edge) support an onChanged event for cookies. That would be ideal (and most analogous to how I handle it via storage in the original ng-idle). However, we'd still need a way to handle browsers that don't support this. It may make sense to create a custom interrupt source that triggers a function at intervals (say, 1 second) to see if the cookie value has changed. If it has, trigger the interrupt. This, in concert with your CookieExpiry should handle activity from other tabs.

from ng2-idle.

roupify avatar roupify commented on July 21, 2024

If localStorage is an option for you, a new release of ng2-idle has been made last week on tag v2.0.0-beta.6.

from ng2-idle.

markmaynard avatar markmaynard commented on July 21, 2024

I have a cookie storage version that works fine in that it is a centralized store for the timeout value. The problem I ran into is that the idle timeout is set by all the open tabs but the interval in the watch function does not check the the updated values. The change I PRed should fix that.

from ng2-idle.

Splaktar avatar Splaktar commented on July 21, 2024

#37 was merged. Should this issue be closed now?

from ng2-idle.

markmaynard avatar markmaynard commented on July 21, 2024

Yes, sorry, closing now.

from ng2-idle.

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.