I have an issue when I login to my machine via HTTPS and then try to login via HTTP.
However, when I clear site data, I can successfully login via HTTP. The problem occur when I login via HTTPS --> logout --> login via HTTP - I can't login again unless I clear site data
This behaviour is observed after upgrading from jetty 4.2.24 to jetty 9.2.25.
Is this the security added by jetty? If so, how to revert this behaviour?
I have seen some cookie options from https://github.com/expressjs/cookie-session#cookie-options, but setting this also didn't help me.