Top "Cookie-httponly" questions

Questions related to cookies which should be sent only via HTTP.

Setting an httponly cookie with javax.servlet 2.5

here is a function that sets a cookie: public void addCookie(String cookieName, String cookieValue, Integer maxAge, HttpServletResponse response) { Cookie …

java cookies cookie-httponly servlet-2.5
How to delete cookie with HttpOnly using PHP or JS

I have a cookie with these parameters: Name: workgroup_session_id Content: "" Domain: agrobman1.tsi.lan Path: / Send for: Any …

javascript php cookies cookie-httponly
Tomcat 7 sessionid cookie disable http-only and secure

I have a web application which is running on a Tomcat 7 server. The cookie with session id has by default …

cookies tomcat7 session-cookies httponly cookie-httponly
ASP.NET HttpOnly cookie in web.config not working

From everything I've read online, a web.config like this should enable HttpOnly cookies, in ASP.NET 2.0. However this is …

asp.net cookies httponly cookie-httponly
How to configure httponly and secure flag in .net core 2.0?

There is no error But I am unable to configuration httponly status in browser. Can you check my code please. …

.net authentication asp.net-core cookie-httponly
HttpOnly cookies not sent by request

I want to use HttpOnly cookies and I set it in Java as follows: ... Cookie accessTokenCookie = new Cookie("token", userToken); …

java angular cookies jwt cookie-httponly
Laravel 5.6 - Passport JWT httponly cookie SPA authentication for self consuming API?

NOTE: I had 4 bounties on this question, but non of the upvoted answers below are the answer needed for this …

laravel laravel-5 csrf-protection laravel-passport cookie-httponly