session details in sdp
Summary
Load session details in sdpContent
The requirement here is,
When a user logs in concurrently and hits the BO, the data that is getting displayed is incorrect.
For example:
User A logs in, searches the BO with criteria X then the result should have only that of Criteria X
User B logs in, searches the BO with criteria Y then the result should have only with criteria Y.
But what happens is,
User A gets the merged results with X and Y.
User B loads for a longer time and then gets the result.
So, we want to incorporate session details in SDP for each user( concurrent login or multi user login). Thus the data will be unique for each user.
Tagged:
1