In my little project, user shoulda log in then have ability to do whatever....
[users kept in Database]
But i don't know how can i hold user information to recognize user when moving between files and dialogs.
In web developing we use SESSIONS to do things like this.
First i thought is better to using file to save logged user info or SETTINGS and ...
Any idea?
Bookmarks