Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] (no subject)

Hi,

 

I recently updated from Jetty 8.1.x to 9.4.7.

 

I am looking for the replacement how to set the server to accept httponly cookies.

This is what I did before: sessionHandler.getSessionManager().getSessionCookieConfig().setHttpOnly( true );

 

In the version 9.4.7 the SessionHandler has no getSessionManager().

 

 

How can I set httponly in jetty 9.4.x?

 

Thanks,

Olaf.

 


Back to the top