Searched refs:session (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_kernel.c614 * an option to change the list for an existing session).
718 /* client cert is in the session cache, but there is
1671 "request=%s status=%s id=%s %s(session %s)",
1679 * added to the internal OpenSSL session cache. We use this hook to spread the
1683 int ssl_callback_NewSessionCacheEntry(SSL *ssl, SSL_SESSION *session) argument
1698 SSL_set_timeout(session, timeout);
1705 id = (unsigned char *)SSL_SESSION_get_id(session, &idlen);
1707 id = session->session_id;
1708 idlen = session->session_id_length;
1712 apr_time_from_sec(SSL_SESSION_get_time(session)
1741 SSL_SESSION *session; local
1769 ssl_callback_DelSessionCacheEntry(SSL_CTX *ctx, SSL_SESSION *session) argument
[all...]
/httpd/modules/session/
H A Dmod_session.c48 * Should the session be included within this URL.
50 * This function tests whether a session is valid for this URL. It uses the
84 * Load the session.
86 * If the session doesn't exist, a blank one will be created.
89 * @param z A pointer to where the session will be written.
100 /* is the session enabled? */
105 /* should the session be loaded at all? */
112 /* load the session from the session hook */
116 "session i
660 AP_DECLARE_MODULE(session) = variable
[all...]

Completed in 1690 milliseconds