| 1. |
What Is Pre And Post Session Rules? |
|
Answer» Pre-session rules define VARIABLES that have global scope (can be accessed from any other EXTENDED rule in the map). Pre-session extended rules are PROCESSED before the translation object is processed, and apply to every extended rule defined in the map. Post-session rules are run after the translation object is processed and THUS have no permanent scope. Pre-session rules define variables that have global scope (can be accessed from any other extended rule in the map). Pre-session extended rules are processed before the translation object is processed, and apply to every extended rule defined in the map. Post-session rules are run after the translation object is processed and thus have no permanent scope. |
|