-
looselytyped
4.84
Description:
Topics Covered
- VarArgs feature in Java 5 (Missed this in the earlier sessions)
- HTTP Statelessness and the need for a Session
- Ways to identify session for a user (hidden fields, URL rewriting, cookies)
- Servlet API and session management
- The four variable scopes - application, session, page, and request
- What they mean
- How to get/set them
Links: Website
Comments on this Talk
parabola,
11 Jul 04:53 PM
Very good class.

I found Servlet API and session management complex and confusing. More time spent, either on my own or in class is needed so this makes better sense.