SYNOPSIS
#include <gnutls/gnutls.h>void gnutls_db_set_cache_expiration(gnutls_session_t session, int seconds);
ARGUMENTS
- gnutls_session_t session
- is a gnutls_session_t type.
- int seconds
- is the number of seconds.
DESCRIPTION
Set the expiration time for resumed sessions. The default is 3600 (one hour) at the time of this writing.COPYRIGHT
Copyright © 2001-2016 Free Software Foundation, Inc., and others.Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.

