View Revisions: Issue #1047

Summary 0001047: Prune orphaned IP addresses from session cache
Revision 2019-04-01 20:31 by rijkr
Description IST: 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).
Revision 2019-04-01 20:30 by rijkr
Description IST: 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).