Re: Need help with a situation -
10-07-2005
, 06:24 PM
When you create your user account table, include a logged in column. Set it to
false initially and check the status during login. If false, let them in and
then set to true. If true, display an error message.