Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Increasing size of session data.

  2. Managing session data each time when profile is switched.

  3. Session ID remains same for user and managed user profile

Solution 3:

Image RemovedImage Added

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