Multiple choice technology packaged enterprise solutions

Thread scoped declarepages are removed from memory when

  1. requestor logs off

  2. requestor session expires

  3. user is timed out

  4. None

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

Thread-scoped data pages (formerly declare pages) live within the requestor thread context. When the requestor logs off, the session times out, or the session expires, the requestor context and its threads are destroyed, removing the pages from memory. This makes all three scenarios correct.