wavesoft / libcernvm

A cross-platform library for starting, controlling and interfacing with Virtual Machines, mainly targeting desktop computers.
GNU General Public License v3.0
2 stars 4 forks source link

Auto-expire sessions without HV reflection #5

Closed wavesoft closed 9 years ago

wavesoft commented 9 years ago

Expire sessions that are left in SS_MISSING for too long. Expiring the session should also completely cleanup the run-time directory.

A few possible timeouts can be used:

  1. When closing the session from WebAPI
  2. When exiting from a cernvm-cli process
  3. After 60 seconds of session inactivity
wavesoft commented 9 years ago

Fixed in the latest release