-
Notifications
You must be signed in to change notification settings - Fork 79
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
Logged out of iframes, not main page #49
Comments
Are the main page and the i-frame pages from the same domain & sub-domain? Are you loading the idleTimeout script only once for your site? Please load the idleTimeout-for-testing script and watch the Javascript console for errors. Perhaps you will be able to see where the script is not passing the logout function from the i-frame to the main page. |
It's all coming from the same domain and the script is loaded once. I'll give it try with the testing script. Thank you for a super fast reply! |
I have found that the following change works in my scenario:
|
Thank you for your research and proposed solution. I am not able to make changes to the code at this time, but will leave your issue open so that others with this problem can see it. |
I have a javascript SPA application where I am loading pages as iframes into javascript made tabs. Using Ext.JS components.
When logout happens, it logs out from the tab iframes but not the main page.
Any solution for this please?
The text was updated successfully, but these errors were encountered: