- Dynamic Navigation: Users can be redirected to different pages based on their role.
- Logging: Session information can be recorded in a special log system.
- Form Filling: User information can be automatically filled in forms (e.g., “First Name” field).
Technical Risks and Controls
- Privacy: Session information should only be used in trusted actions.
- Unauthorized Access: Information display should be restricted based on roles.
- Current Session: The action returns only valid session information; information about other users cannot be obtained.
Get Current Session Info is a basic action used in Kuika applications to create user-specific experiences, provide role-based access control, and develop session-based decision mechanisms.