Open vlcheong opened 6 years ago
Hi vlcheong,
Do you have an example of your Servlet code and of the HTTP requests and responses your are sending?
Seems like container and Replacer uses the same cookie name "JSESSIONID". Setting com.amadeus.session.sessionName prop could help.
I'm testing HttpSessionReplacer using a simple webapp. My problem is the HttpSession seems return a new session whenever I post a request to the Servlet, all my previous data was removed. The webapp work as expected without HttpSessionReplacer. Am I missing something in the config ?
Servlet 3.0.1 Tomcat7
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0">
</web-app>