So, I'm using "old style" ASP.NET roles and auth. I have a custom log in page which redirects based on roles upon login. Works fine... But when I get to the destination page where I need to recheck, it fails. Same user, same role, etc. I've tried both "User.IsInRole" and "Roles.IsUserInRole " with the same result. I've also tried specifically setting cache roles in cookie in my config, nothing works.
As always, I'm deeply indebted for any suggestions!