Returns the CookieProcessor that will be used to process cookies for this Context. @return the CookieProcessor that will be used to process cookies for this Context
()
| 1701 | * @return the {@link CookieProcessor} that will be used to process cookies for this Context |
| 1702 | */ |
| 1703 | CookieProcessor getCookieProcessor(); |
| 1704 | |
| 1705 | /** |
| 1706 | * When a client provides the ID for a new session, should that ID be validated? The only use case for using a |
no outgoing calls
no test coverage detected