Hi guys,
On my site code section, I have some code to handle loging-in and out.
but … there’s an issue:
On pages with a member-only permission, onLogin fails to detect signing-in events.
On pages that are open to every one, the code works as expected.
Any ideas? any workarounds?
Thank you, David.
As a workaround I made it check the login status, the first time the page header gets on viewPortEnter (on member-only pages, the header gets into view port only after the user logged in). So even though, the onLogin function doesn’t work, my check detects the status.