Using "Spring-Security".
I have a scenario like the "Remember Me, Single Session (Only one session will be created per user, by setting session-fixation-protection="migrateSession") and Encrypt Cookie with HTTP (Not HTTPS)" should be implemented in same application. I have done configurations for this but i have successfully configured "Remember me and Single Session". But with this i want to encrypt the cookie also.
When we inspect the "Network" section in browser using debug tools in the browser the cookie part shows "Cookie : JSESSIONID=", instead of this it should be encrypted and should not show any information like "JSESSIONID". Can we implement this ? if yes please tell me how to do this.
Thank You.