Hi, I'm using forms authentication and I want the many to show different panels depending on the user being logged in or not. There are pages in my application that can be viewed by both logged in users and not logged in users, the difference is a menu with
links that should only be viewed by the logged in users. I want to use panels but I don't know how to check if the user is logged on. How do I do that?
↧