servlet-2.5 Questions
9
here is a function that sets a cookie:
public void addCookie(String cookieName, String cookieValue, Integer maxAge, HttpServletResponse response) {
Cookie cookie = new Cookie(cookieName, cookieVa...
Harar asked 30/10, 2012 at 20:29
1
Solved
I have a Spring Boot application with Spring Security starter that works well in "modern" (i.e. Servlet 3.0+) J2E servers such as Tomcat 7 or Jetty 8.
My problem is that I have to run the applicat...
Pliant asked 3/2, 2015 at 22:48
1
© 2022 - 2024 — McMap. All rights reserved.