| Author |
Non-secure Cookie Used
|
Prasanth S Pillai
Ranch Hand
Joined: Oct 28, 2009
Posts: 39
|
|
Please advise how to set a secure flag for cookies? I see lots of options in google. I have a j2ee application with apache web server & weblogic.
Where I need to do a change in order to see
Set-Cookie: var=value; httpOnly; secure
I assume it would be a webserver setting but dont know where.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
|
|
|
Have you looked at the JavaDoc for the Cookie class?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Prasanth S Pillai
Ranch Hand
Joined: Oct 28, 2009
Posts: 39
|
|
The website - http://docs.oracle.com/cd/E15051_01/wls/docs103/webapp/weblogic_xml.html
says to use the <cookie-secure > tag in weblogic.xml to make cookie secure.
I tried it, but does not seem to be working.
has anyone tried this option? or any other working solution?
|
 |
 |
|
|
subject: Non-secure Cookie Used
|
|
|