Page not refreshing on login
-
I seem to be having a page updating issue. When users login, the page doesn’t refresh and still shows the login button instead of the logout button. This wouldn’t be such a problem but the whole page seems to be old, not just the button text, and is the page shown previously from logging in. The reason this poses a problem is that I have group specific content that is only shown after users that have access login. Well, if they login on that page, they still see the default message that they need to login to view the content on the page…but they are actually logged in. What I’m wondering is, is there a way to put a location.reload(true) somewhere in one of the files to make sure after login, the page the user is on gets reloaded fresh? I would like the user to be able to stay on the page they were just on but refresh the content to update that the user has in face logged in. Help!
- The topic ‘Page not refreshing on login’ is closed to new replies.