Posts by Natan • 39 points
2 posts
-
1
votes4
answers4570
viewsA: How to avoid multiple access with the same login and password
My solution was very simple: Basically I did in the bank the following: Alter Table usuarios add session_id varchar(255); after every time the user logged in I did an update in the database via php:…
-
2
votes1
answer219
views