I've updated: https://github.com/daynok/ignite-webapp
Made sure all dependencies where compiled against jdk8 (ignite, spring) and retested with - jdk8 - tomcat 7 - ignite 2.5 Still seeing the same issue... no idea why. In the git project I've included both ignite nodes. ----- Original Message ----- From: Dana Shaw <[email protected]> To: [email protected] Sent: Mon, 04 Jun 2018 19:28:21 -0700 (PDT) Subject: Re: Session.removeAttribute is not working as expected Thanks for the response! Session.removeattibute is not removing the attributes, its just setting the value to null. Sample project: https://github.com/daynok/ignite-webapp I've seen this behavior in both java 9 and 10. I will try java 8 and and see if that fixes things. Thanks again! ----- Original Message ----- From: Roman Guseinov <[email protected]> To: [email protected] Sent: Sun, 03 Jun 2018 21:48:43 -0700 (PDT) Subject: Re: Session.removeAttribute is not working as expected Hi, 1. Could you please clarify what exactly doesn't work as expected? Does session.attributeNames() result include removed attributes? 2. JAVA_HOME=/opt/java/jdk-10.0.1 - I'm not sure that Apache Ignite was tested on Java 10. Could you try to reproduce the issue on JDK8? 3. Could you share a reproducer - simple project on GitHub? Best Regards, Roman -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
