Version 0.88.0
2026-08-22 08:26:34 UTC
Added
1The app notices when the server has ended its session, and brings you back to the screen you were on.
Your session lives in this browser’s memory and our server cannot call a page, so the only way a page learns its session has ended is a refusal to a request it made. Nothing read that refusal: a device whose session had ended kept drawing the file list it already had and said only that it could not open the list, with no way back in — including a device you had signed out from another one, which is exactly what that feature is for. A refusal now ends the session on the spot and takes you to the sign-in screen carrying the address you were on, and the screen says whether the session ran out or another device signed this one out. A page that sends no requests at all still does not find out, because a refusal is the only thing there is to notice.