-
Which option is true about session scope?
-
- Objects are accessible only from the pages which are processing the same request
- Objects are accessible only from the pages which reside in same application
- Objects are accessible only from the pages which are in same session
- Objects are accessible only from the page in which they are created
- None of these
Correct Option: C
Object data is available till session is alive.