Technical info:
Looking at a Wireshark trace, I see that the TLS ClientHello message sent by URLSession does not include the "session_ticket" TLS extension. The presence of that extension is needed to tell the server that ticket-based session resumption is supports, so the lack of that extension is preventing the server from ever replying with a ticket.
Topic:
App & System Services
SubTopic:
Networking
Tags: