• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

session management

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do anyone recall what type of question(s) is given on session management ?
Also, in HTTP security is there any authentication mechanism outside the 4 (BASIC/DIGEST/FORM/CLIEN-CERT) given in the objectives ?
Thanks,
-PP
 
Ranch Hand
Posts: 1055
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Do anyone recall what type of question(s) is given on session management ?


Section 5 - Designing and Developing Servlets Using Session Management
5.1 Identify the interface and method for each of the following:
�Retrieve a session object across multiple requests to the same or different servlets within the same WebApp
�Store objects into a session object
�Retrieve objects from a session object
�Respond to the event when a particular object is added to a session
�Respond to the event when a session is created and destroyed
�Expunge a session object
5.2 Given a scenario, state whether a session object will be invalidated.
5.3 Given that URL-rewriting must be used for session management, identify the design requirement on session-related HTML pages.


Also, in HTTP security is there any authentication mechanism outside the 4 (BASIC/DIGEST/FORM/CLIEN-CERT) given in the objectives ?


For the exam, no.
6.1 Identify correct descriptions or statements about the security issues:
�Authentication, authorization
�Data integrity
�Auditing
�Malicious code
�Web site attacks
6.2 Identify the deployment descriptor element names, and their structure, that declare the following:
�A security constraint
�A Web resource
�The login configuration
�A security role
6.3 Given an authentication type: BASIC, DIGEST, FORM, and CLIENT-CERT, identify the correct definition of its mechanism.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic