Posts by Thiago • 1 point
1 post
- 
		0 votes1 answer362 viewsQ: simultaneous access lock - CodeigniterI need to block Simultaneos accesses with the same login on my system, currently using Codeigniter as framework. When logging into the system, I can set 'logged in' in the BD and the logout is…