I have a project where I would like to create two session cookies in one browser. The first session would be to uniquely identify a person, the second would be to share even
I *think* you can only have one "current" session, but the functionality you are referring to is session_name:
http://www.php.net/manual/en/function.session-name.php
The cookie functionality is very simple. I suggest looking into that instead.