View Issue Details

IDProjectCategoryView StatusLast Update
0001047savapage-server[All Projects] Generalpublic2019-08-05 16:41
ReporterrijkrAssigned Torijkr 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.0 
Target Version1.1.0Fixed in Version1.1.0 
Summary0001047: Prune orphaned IP addresses from session cache
DescriptionIST: When DHCP lease expires before the HTTP session expires, the Session/IP cache may contain IP addresses with orphaned Session ID, as exemplified in the following use-case:

  • User does not explicitly logout of the Web App

  • After device reboot or wake-up from hibernation, a different IP address is acquired from the renewed DHCP lease.

  • User open Web App again, and the client side auth token give him an automatic login, with the newly acquired IP address.

  • As a result, the session and user related to the old IP address are orphaned.

SOLL: Periodically prune orphaned IP addresses (whose session does not exist in cache).
TagsNo tags attached.

Relationships

related to 0001048 closedrijkr Improve use of max inactive session interval 

Activities

rijkr

2019-08-05 16:41

administrator   ~0000152

release 1.1.0

Issue History

Date Modified Username Field Change
2019-04-01 20:30 rijkr New Issue
2019-04-01 20:30 rijkr Status new => assigned
2019-04-01 20:30 rijkr Assigned To => rijkr
2019-04-01 20:31 rijkr Description Updated View Revisions
2019-04-01 20:33 rijkr Relationship added related to 0001048
2019-04-02 20:37 rijkr Status assigned => resolved
2019-04-02 20:37 rijkr Resolution open => fixed
2019-04-02 20:37 rijkr Fixed in Version => 1.1.0
2019-08-05 16:41 rijkr Status resolved => closed
2019-08-05 16:41 rijkr Note Added: 0000152