Multiple choice technology programming languages

Who can access Session state variables

  1. All Users of an application

  2. A Single session

  3. All users within a single tunnel

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Session state variables are specific to a single user session and cannot be accessed by other users or sessions. They persist only for the duration of that specific session and are isolated from other sessions. Option A is incorrect because session state is not shared across all users, and Option C is incorrect - sessions don't work at a 'tunnel' level.