sess_expires property

  1. @UnsignedInt()
int sess_expires
getter/setter pair

Specify session expiration period, in seconds. Must not be lower than #min_se. Default is 1800.

Implementation

@ffi.UnsignedInt()
external int sess_expires;