• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Cookie Secure at the Application Level through configuration files in Websphere

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to enable the cookie Secure feature for my Web Application when i Deploy in Websphere.

If i Navigate to Session Management in the Websphere console and use the Secure cookies it is able to transmit my cookies securely.

I would like to know if there is any other alternative way to configure cookies to be secure at the application level rather than at the Application Server level using Configuration Files.

Example in Weblogic I can use the <cookie-secure>true</cookie-secure> tag in the weblogic.xml to achieve the same feature at the application level rather than at the Application Server level.

Please help. Thanks



 
Police line, do not cross. Well, this tiny ad can go through:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic