Opened 16 years ago
Closed 16 years ago
#364 closed bug (Invalid)
Daemon should give client a unique identifier on registration
Reported by: | andar | Owned by: | andar |
---|---|---|---|
Priority: | major | Milestone: | 1.2.0 |
Component: | Core | Version: | 1.1.0_dev |
Keywords: | Cc: |
Description
The daemon should assign a unique identifier to the client upon registration and the client should use this identifier in any rpc calls it makes to the daemon. This will allow us to only send signals to specific clients and possibly allow for multiple sessions based on identifier/authentication.
Note:
See TracTickets
for help on using tickets.
This is not necessary since sessions are now tracked by the daemon.