Good Morning
I made a control of user sessions through login and logout:
In login before logging it does an insert in my table:
cursor.execute("INSERT INTO usuarios_sessoes (usuario, datahorainicio) VALUES ('%s', '%s')" % (str(username),timezo...
asked by
23.10.2018 / 15:09