I' d like to know if it colud happen this thing:
A user access to a website www.somesite.com
I'm storing in a dtb the session_id associated at that access associating that id to the user entries in the dtb.(thanks to his registering or logging).
The problem comes when the user could exit the website without logging out: so i will not able to erase from the dtb the temporay session_id associated at the entry of that user in the database.
Is it possible , making this, another user accessing the website will obtain the same id so writing it into the dtb i'll have a duplicate entry?
thanks