You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><code>EXPIREIN</code> is the age of the desktop, this value is in seconds.
5359
-
If the age of the desktop is more than <code>EXPIREIN</code> then a desktop can be deleted or not. The age starts when the desktop is created.
5360
-
- If nobody is connected to the desktop and if the age is more than <code>EXPIREIN</code>, then the desktop is deleted.
5361
-
- If the use is still connected and if the age is more than <code>EXPIREIN</code> and if <code>FORCE</code> is <code>true</code>, then the desktop is deleted.
5362
-
- If the use is still connected and if the age is more than <code>EXPIREIN</code> and if <code>FORCE</code> is <code>false</code>, then the desktop is NOT deleted.</p>
5358
+
<p><code>EXPIREIN</code> is a value in seconds.
5359
+
If the time of the last login on the desktop is more than <code>EXPIREIN</code> then a desktop can be deleted or not.
5360
+
The time of the last login starts when the user logs in.
5361
+
abcdesktop calcs the duration between the current time and the last login time on the desktop.
5362
+
- If the user is NOT connected to the desktop and if the duration time is more than <code>EXPIREIN</code>, then the desktop is deleted.
5363
+
- If the user is connected and if the duration time is is more than <code>EXPIREIN</code> and if <code>FORCE</code> is <code>true</code>, then the desktop is deleted.
5364
+
- If the user is connected and if the duration time is more than <code>EXPIREIN</code> and if <code>FORCE</code> is <code>false</code>, then the desktop is NOT deleted.</p>
0 commit comments