OmeroBlitz API
Home Previous Up Next Index

omero::cmd::UpdateSessionTimeoutRequest

Overview

class UpdateSessionTimeoutRequest extends Request

Proposes a change to one or both of the timeToLive and timeToIdle properties of a live session. The session uuid cannot be null. If either other argument is null, it will be ignored. Otherwise, the long value will be interpreted as the the millisecond value which should be set. Non-administrators will not be able to reduce current values. No special response is returned, but an OK counts as success.

Data Member Index

session
timeToLive
timeToIdle

Data Members

string session;

RLong timeToLive;

RLong timeToIdle;


Home Previous Up Next Index