Jump to content

[Solved] Request Tomcat Context.xml Usehttponly="false"


Recommended Posts

Posted

Hi Support,

 

i deployed my first Vaadin (Java) Application. Trying accessing it, i get a message that cookies are disabled on every Browser.

At searching for the Problem i got following solution:

 

set the tomcat context.xml to following:

 

<Context
cookies="true"
useHttpOnly="false"
>

 

Is that possible? that would be really great.

 

Thanking you in anticipation

 

Couch

 

 

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...