I'm usign forms authentication. I have a login page which uses this line to set a cookie and redirect:

FormsAuthentication.RedirectFromLoginPage(username, False)

I have a single page in my project that is public to every user, whether they are logged in or not. I'm wondering how I can determine if the user that's viewing that public page is logged in or not.