A secure servlet session is typically identified through a unique _________.
- URL parameter
- authentication token
- cookie
- session ID
A secure servlet session is typically identified through a unique session ID assigned to each user during their session.
Loading...
Related Quiz
- What is the purpose of implementing the HttpSessionBindingListener interface?
- What is the first method called in the lifecycle of a servlet?
- The method __________ is used to get the vendor-specific error code in an SQL exception.
- The isolation level that allows neither dirty reads nor non-repeatable reads is called _________.
- How can a filter chain be used to implement security checks in a web application?