MySQL Forums
Forum List  »  Newbie

Re: How many users on one connection?
Posted by: Peter Brawley
Date: September 27, 2013 10:59AM

"Session" is a web concept, eg implemented in PHP as $_SESSION[]. MySQL knows exactly nothing about web sessions.

From its "host", your webapp establishes a mysql connection (or several of them), eg in PHP via mysqli_connect(). Your webapp tracks that connection to MySQL, and MySQL "tracks" its end of it eg in what's shown as the result of the Show Processlist cmd.

Options: ReplyQuote


Subject
Written By
Posted
Re: How many users on one connection?
September 27, 2013 10:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.