Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timer not working for IE 11 users #7

Open
lens7777 opened this issue Dec 11, 2019 · 0 comments
Open

Timer not working for IE 11 users #7

lens7777 opened this issue Dec 11, 2019 · 0 comments

Comments

@lens7777
Copy link

For IE 11 only, our users see the message as soon as they load any page where the script is active (protected page). If they move from one protected page to another, they see the message again. It's acting as if the warnAfter value is zero.

The script works as expected on all other browsers I've tested.

Here are the only mods I've made:

  1. Wrapped sessionTimeout() in a jQuery document.ready (it didn't work without it)
    <script type="text/javascript">
    $(function() {
    sessionTimeout();
    });
    </script>
  2. Edited the session-timeout.js to use our default timeout values (30/25 min.) instead of passing them in
    timeOutAfter: 18e5,
    warnAfter: 15e5

Is this IE 11 bug reproducible on your end? Any suggestions?

Thanks for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant