Changing cookieID from JESSIONID

JEdward
JEdward New Altair Community Member
edited November 5 in Community Q&A

Hi guys,

 

Where do I change the cookie name on RapidMiner Server from JSESSIONID ? 

I'm running two java servers on the same machine and the logins keep overwriting each other & logging out. 

 

 

 

Tagged:

Best Answer

  • Marco_Boeck
    Marco_Boeck New Altair Community Member
    Answer ✓

    Hi,

     

    you can modify that in the web.xml by manipulating the .EAR file: http://stackoverflow.com/a/24081685

    However you can also wait a short time and use the next release as we have fixed that :) The cookie name will then be RM_SERVER_JSESSIONID to avoid your scenario.

     

    Regards,

    Marco

     

Answers

  • land
    land New Altair Community Member

    Hi John,

     

    not sure if you can do that in RapidMiner Server directly.

     

    I would recommend to use subdomains on the server and then you can simply access each server over separate subdomains, even if the point to the same machine and both servers are reachable under both sub domains. But if you don't mix it up client side it should work :)

    Alternatively you can of course also set an Apache in as proxy in front of both servers and have it properly redirecting the traffic.

     

    Greetings,

     Sebastian

  • Marco_Boeck
    Marco_Boeck New Altair Community Member
    Answer ✓

    Hi,

     

    you can modify that in the web.xml by manipulating the .EAR file: http://stackoverflow.com/a/24081685

    However you can also wait a short time and use the next release as we have fixed that :) The cookie name will then be RM_SERVER_JSESSIONID to avoid your scenario.

     

    Regards,

    Marco