log on and log off procedure
Hi,
We have designed a procedure regarding logon and log off at our application level. We are using oracle application server 10g and at back end using oracle database 10g.
Procedure:
1. First user gets log on to its form.
2. After this we log off it because we do not require it.
3. When user click on the form in any filed it gets log on and gets the data and again gets log off.
4. After changing the form data when it clicks the save it gets log on and after committing it it gets log off.
Is this the right way implementing the log on and log off to control the resources?
We have designed a procedure regarding logon and log off at our application level. We are using oracle application server 10g and at back end using oracle database 10g.
Procedure:
1. First user gets log on to its form.
2. After this we log off it because we do not require it.
3. When user click on the form in any filed it gets log on and gets the data and again gets log off.
4. After changing the form data when it clicks the save it gets log on and after committing it it gets log off.
Is this the right way implementing the log on and log off to control the resources?
0