InterviewSolution
| 1. |
When To Use Which Session State Mode? |
|
Answer» Session State Service mode [SQL Server database] is recommended for low bandwidth users, as the form view states hamper the performance for low bandwidth. Whereas, Form View can be used for environments with small groups of users. The ADMINISTRATOR can also enter a VALUE for the session DATA size allowed for Form View State. InfoPath Form SERVICES will AUTOMATICALLY revert to Session State Service when session data size exceeds the value associated with the form view mode. Session State Service mode [SQL Server database] is recommended for low bandwidth users, as the form view states hamper the performance for low bandwidth. Whereas, Form View can be used for environments with small groups of users. The administrator can also enter a value for the session data size allowed for Form View State. InfoPath Form Services will automatically revert to Session State Service when session data size exceeds the value associated with the form view mode. |
|