Php sessions

Ok i understand how a session works and i use them often when creating a login system.

But can you run more then one session at a time?
Do the conflict with each other?
Do the cancel each other out?

If you can have more then one.
Do you have to state start session each time or just run a session_register(“new_session”);?

Cheers