...
Increasing size of session data.
Managing session data each time when profile is switched.
Session ID remains same for user and managed user profile
Solution 3:
Things to reinitialise -
Telemetry
User profile
Update UserId and session ID in elements in index.html
...
Securing switch user API as it can generate token/login any user.
Securing API for mobile as mobile will generate token from portal
Notes -
2 user ID current user and switching user id should be send.
...
Verifying user id after fetching details
Things to discuss -
storing extra Storing session id and mapping it with user IDUser Id in cassandra (where portal store sessions)
Cassandra TTL might delete the other mapped data fetch (not sure NOC team says they dont add explicit TTL currently).
Fetch user details should give details of parent if parent exists
how How to do in mobile