My main question are session variables local to the user, or does a session id need to be different to everyone that visits your site? Right now I'm assuming they are local, but worried I'm wrong. The way I have it handled right now is the session id is the same for everyone, but if I set a session variable defining the user type between regular and admin, when the admin signs in it wouldn't change everyone's type to admin would it?