I have an assignment that's due soon and it requires for someone to log in to leave a comment. I think that means I have to create a session upon login, and an if statement saying that if the session is detectable it will include a comment form, and if not it will include the login form. I am not sure how to do this, I tried a regular if statement and it didn't work.