#35806: Allow the user to list and delete their sessions
-------------------------------------+-------------------------------------
     Reporter:  Paolo Melchiorre     |                     Type:  New
                                     |  feature
       Status:  new                  |                Component:
                                     |  contrib.sessions
      Version:  dev                  |                 Severity:  Normal
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
 == Goal

 A user should be able to see which of their sessions are active.

 Make it easy to see their current sessions.

 If a user notices unusual actions on them, they should be able to stop
 those actions by locking the session.

 == Future

 It might be useful in the future to add more information to sessions such
 as: unique device identifier, IP address
 As a result, a device could always be connected to a session and a session
 is always connected to at least one device.

 A device would be tracked with its last activity.
 The same device would be updated every X seconds to track its usage in
 terms of duration of activity, based on the settings for that device.

 Tracking data would be collected within the session itself.
 This data would be updated in the database when needed (based on elapsed
 time) or in the cache, if sessions are stored there.

 Each user should see data from their devices.
 Administrators should be able to see all devices.
-- 
Ticket URL: <https://code.djangoproject.com/ticket/35806>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107019243f8bd14-a079bf24-ee4b-435a-b3a7-0ed2cf15fcbf-000000%40eu-central-1.amazonses.com.

Reply via email to