CurrentUserLevel() is not updating value

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
Usman Khan
User
Posts: 7

CurrentUserLevel() is not updating value

Post by Usman Khan »

I'm using static user levels security, CurrentUserLevel() always give me value '0' even if i login as administrator
i alos tried login with hard coded administrator. can someone please tell me solution


Webmaster
User
Posts: 9425

Post by Webmaster »

If hard coded administrator, the user level is -1. If users from the Administrator User Level, it is -2. Double check data in your user table, make sure you have set the user level for the users correctly.


Post Reply