CFAbort Clears CFLogin credentials
I am trying to implement a page security system using CFLogin to track user roles. When a page is being served that is not authorized for the given role, I show a not authorized page and do a CFAbort to stop the rest of the page from rendering. However, after the CFAbort, the user's CFLogin credentials are lost force them to relog back in. Is there a method that doesn't require a relogin action?
