Multiple choice technology programming languages

Which Property of the Session Object is used to set the local Identifier?

  1. View State

  2. key

  3. LCID

  4. Session Id

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

LCID (Locale Identifier) is the Session object property used to set the local identifier for locale-specific formatting and cultural conventions. View State, key, and Session Id serve different purposes in session management.