session idle logic in Oracle forms
Hello, this is on Oracle forms 10g custom. NO EBS.
I need to develop a login screen feature where it should meet following two requirements.
1. If user remains logged in for 20 minutes and session is idle, it should log out automatically.
2. If user has 3 failed attempts in entering correct password, it should lock out the account for 60 minutes and then allow log back in.
Using Oracle forms only, how can I achieve above two. Any ideas?
Thanks,
Darsh