| 1. |
What Is Dynamic Session? |
|
Answer» A session where the developer does not have to determine exactly where forms and fields are placed, or what they LOOK like. INSTEAD, the developer has to define the contents and structure of the session and the sequence of the object on the FORM. Dynamic sessions can be used to minimize the information that is displayed in a session for a PARTICULAR user. For example, you can define the AUTHORIZATIONS for a user so that certain forms and fields of a session are not displayed. A session where the developer does not have to determine exactly where forms and fields are placed, or what they look like. Instead, the developer has to define the contents and structure of the session and the sequence of the object on the form. Dynamic sessions can be used to minimize the information that is displayed in a session for a particular user. For example, you can define the authorizations for a user so that certain forms and fields of a session are not displayed. |
|