crypto/tls.Config.SessionTicketsDisabled (field)

13 uses

	crypto/tls (current package)
		common.go#L739: 	SessionTicketsDisabled bool
		common.go#L1021: 		SessionTicketsDisabled:              c.SessionTicketsDisabled,
		common.go#L1088: 		if configForClient.SessionTicketsDisabled {
		common.go#L1103: 	if c.SessionTicketsDisabled {
		handshake_client.go#L354: 	if c.config.SessionTicketsDisabled || c.config.ClientSessionCache == nil {
		handshake_client_tls13.go#L821: 	if !c.config.SessionTicketsDisabled && c.config.ClientSessionCache != nil {
		handshake_client_tls13.go#L838: 	if c.config.SessionTicketsDisabled || c.config.ClientSessionCache == nil {
		handshake_server.go#L457: 	if c.config.SessionTicketsDisabled {
		handshake_server.go#L606: 	hs.hello.ticketSupported = hs.clientHello.ticketSupported && !c.config.SessionTicketsDisabled
		handshake_server_tls13.go#L295: 	if c.config.SessionTicketsDisabled {
		handshake_server_tls13.go#L939: 	if hs.c.config.SessionTicketsDisabled {
		quic.go#L325: 	if c.config.SessionTicketsDisabled {