Dear all,
I'm creating a custom log-in screen (with user name & password). At this stage, when a user logs in with the correct details, I'm storing his name in a table, tblcurrentuser.
Later when I need the user's name I can just look into this table and add his name to an automatic generated e-mail, a report, etc.
However, having a table to store just 1 name, or just a few variables seems not the way to go.
On the other hand I would like to include a 'remember me' functionality, so the user doesn't need to type his log-ins each time he starts the application.
Can someone point me in the right direction?
Kind regards,
Hans B.
I'm creating a custom log-in screen (with user name & password). At this stage, when a user logs in with the correct details, I'm storing his name in a table, tblcurrentuser.
Later when I need the user's name I can just look into this table and add his name to an automatic generated e-mail, a report, etc.
However, having a table to store just 1 name, or just a few variables seems not the way to go.
On the other hand I would like to include a 'remember me' functionality, so the user doesn't need to type his log-ins each time he starts the application.
Can someone point me in the right direction?
Kind regards,
Hans B.