I recently downloaded your access user class and was testing it out. It is very nicely written code and easy to understand..thanks!
I have a question about multi-user support. I have used the class to create an application with multiple users each having access to only certain pages. I find that when I log in as one user and then open another window and log in as another user, the application only uses the access rights of the second user.
For eg. If I log in as user1 with level 10 I can view a page. This is correct behaviour
If I open another browser window from the same machine and log in as user2 with level 1, I cannot view the page. This is also correct.
Now if I go back to the first window and refresh, it says that I do not have rights to view the page. This is not correct.
Has anyone come across this problem? Do you have any suggestions/ideas how I can fix this.
I searched the forum, but could not find a topic about this problem. Apologies if this has already been discussed. If so, can you please point me to the discussion.
thanks