Hi ppl
I made a login script as it retrieve information from the MySql DB. Everything works fine, but I wanted to do this with a Session ID to be send with URL?SessionID=xxxxxxxx.
The reason for this is after a user logged in he/she can click though some links (i.e wizard) so if I store a session ID in the DB, and send that alone with the URL, it can be compared with the ID in the DB for every page to make sure the information viewed by the user is correct and only "belong" to him/her. And I want to block 2 users use the same login info at the same time.
How do I do that? I am using PHP4 in the server.
Or any other way I can do this more easier, I do not want to use cookies though