Skip to content
LOG-090 Logs, Records & Provider Evidence

Could a session continue without a new login event?

Yes. A session can continue for hours, days or longer without creating a new primary login event.

That is normal behaviour in many applications and cloud services.

Avoid this assumption: That every later action must be preceded by a fresh successful login in the logs. It may not be.

After authentication, the service may issue a session cookie, access token or refresh token. The application can then use that material to continue access without asking for the password again.

Some systems record token refresh or session continuation separately. Others create only application events and no obvious new authentication record.

This matters when investigators search for the login immediately before disputed activity. The relevant session may have been created much earlier, possibly on another day.

The absence of a fresh login does not prove unauthorised use. Equally, it does not prove the original user remained in control. Sessions can be shared, copied, stolen or used from an unlocked device.

Investigators should identify the session ID, token lifecycle and provider retention. Ask how long sessions remain valid, when reauthentication is required and whether logout or password change invalidates existing tokens.

Preserve session creation, refresh, revocation, device and source-address records. Correlate later activity with changes in address, device, user agent and behaviour.

Where possible, trace the disputed action back to the session’s origin rather than assuming the nearest authentication event is the correct one.

Operational takeaway

A valid session can continue without a new primary login event, so investigators must examine session and token history rather than expecting every action to have an immediately preceding login.

Keep moving

Where this question leads

These links explain why the next page may matter, rather than presenting an undifferentiated list.