I know how to handle user authentification through either session variable or cookies, but I was wondering if both could be used simultaneously.
What I want to achieve is a normal session login, but give users the
checkbox option to remember the login info for the next time they come to the site. How would I go about achieving this?