G
Guest
I've a simple asp.net applicaiton in which I'm using the login control.
I trap the LoggedIn event and then decide which pages to redirect the user
to based on their role.
The problem is that no roles appear to be loaded at this point.
Curiously, if I login twice, the second time the roles are available and in
general if I log in then the roles shown seem to be for the PREVIOUS login.
I can find no way to force the reloading of roles and I have no idea what is
happening here despite some hours spent scouring the net!
No doubt it is obvious, but sadly, not to me!
Iain
I trap the LoggedIn event and then decide which pages to redirect the user
to based on their role.
The problem is that no roles appear to be loaded at this point.
Curiously, if I login twice, the second time the roles are available and in
general if I log in then the roles shown seem to be for the PREVIOUS login.
I can find no way to force the reloading of roles and I have no idea what is
happening here despite some hours spent scouring the net!
No doubt it is obvious, but sadly, not to me!
Iain