martynball
Member
- Joined
- Jul 8, 2014
- Messages
- 14
- Programming Experience
- Beginner
Looked all over Google and can't find this. If I was to use a mysql database to store usernames and md5 passwords, I know I can compare entered data to log a user in. But how do I make the user stay logged in?
So if I was to load another form I wouldn't need to enter my login details again as the user is still logged in. I can't seem to get session variables working either :S
So if I was to load another form I wouldn't need to enter my login details again as the user is still logged in. I can't seem to get session variables working either :S