|
Hi all,
I am now trying to do enhancement on my website to strengthen the security portion.
Currently my online application allow users to access with registered account, but there is no 'cleaning up' process where users account will be suspend if they do not access the application for x no of days.
I know it can be done but I am not too sure how to do it. I would like to run a schedule job whereby every x no of days, the database will run a schedule job to do a check, and track who have not login for x no of days, and disable their account.
My online application is using asp 3.0, and msssql7. Kindly advise . Thank you!
|