PublicAccess not working in Umbraco 6x? - Does not recognize user as logged in
After upgrading from 4x, Umbraco no longer correctly works with public access. Although the user is logged in, all protected pages redirect back to the login formular (NOT the access denied page)
I've verified that the user is logged in according to Umbraco, and the roles that the user has are correct. Despite this, all pages configured with public access restrictions redirect back to login page as if the user never logged in.
What criteria is used to determine that the user should be redirected to login formular? Has anyone else encountered something like this while adapting to 6x?
PublicAccess not working in Umbraco 6x? - Does not recognize user as logged in
After upgrading from 4x, Umbraco no longer correctly works with public access. Although the user is logged in, all protected pages redirect back to the login formular (NOT the access denied page)
Using these lines on the master page,
logged in: <%= umbraco.library.IsLoggedOn() %>
roles: <%= string.Join(",",Roles.GetRolesForUser()) %>
I've verified that the user is logged in according to Umbraco, and the roles that the user has are correct. Despite this, all pages configured with public access restrictions redirect back to login page as if the user never logged in.
What criteria is used to determine that the user should be redirected to login formular? Has anyone else encountered something like this while adapting to 6x?
Thanks!
Aaron
is working on a reply...