Wednesday, October 7, 2009

Scope in Web Apps

Request Scope
  • Only during the life-time of a single page request->rendering process
Session Scope
  • For as long as a “User” session is maintained (eg: for a user logged in)
Application Scope
  • For as long as the Web App is running