What is the bestway to use Httpsession in AEM
Hello,
I am working with a client having a legacy code base(AEM-5.6.1) and in this project HTTPSession is extensively used to hold user specific information(user objects).
So my question is :-
1. How safe it is to use HTTPsession to hold user information in AEM along with extensive JCRsession uses.
2. We are facing one issue where the user session is being swiped with other users.
i.e - user "A" logs in and he is able to sees some information of user "B" (this issue happens intermittently, there is no specific pattern to reproduce.)
So any pointers on this issue and what would be the best way to hold user specific information/objects in AEM.
Regards
