I want to save the session UserName in a table using mysql.
I have the history of my base table(auction) update, delete, create information will get stored in a backup table(auction_log). I want to save username(who currently loged in and modifies the record in a table) too in the auction_log table.