Hi.
As far as I've been able to assess, wordpress does not already do this, am I correct? Authentication state is not logged in mysql, by default?
What is the most efficient way to echo authentication information into an sql table?
I am not asking about actual PHP-SQL code; I would like to know WHERE, in which script file of the out-of-the-box installation would one add the sql insert statement, capturing the session?
TIA