Do I only need to store a user's id and password? I took a look at the cookie this board creates and there were three values stored: bblastvisit, bbuserid, bbpassword. What about session IDs? Do I need to store that? If so, how do I check the stored session ID with one that PHP is currently maintaining?