new_session
krb5_keyblock *new_session = NULL;
&new_session);
*session = *new_session;
new_session->contents = NULL;
krb5_free_keyblock(context, new_session);
sc->new_session = 1;
sc->new_session = 0;
int new_session;
if (!s->new_session && s->session != NULL
if (s->new_session || s->session->ssl_version == TLS1_3_VERSION) {
s->new_session = 0;
s->new_session = 1;
if (clienthello->isv2 || (s->new_session && (s->options & SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION))) {
if ((snext = new_session(sp, typ)) != NULL)
static session_t *new_session(session_t *, struct ttyent *);
new_session(sprev, typ);
child_leader_run(const char *name, int fd, bool new_session, const char **argv,
if (new_session) {
if (new_session) {
void child_leader_run(const char *name, int fd, bool new_session,