1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00

doc: session tickets

https://github.com/warmcat/libwebsockets/issues/3226
This commit is contained in:
Andy Green 2024-09-25 12:15:46 +01:00
parent bad1866c8a
commit 0981808868

View file

@ -43,8 +43,10 @@ valid session object.
### Difference from Session Tickets
TLS also supports sessions as bearer tokens, but these are generally considered
as degrading security. Lws doesn't support Session Tickets, just reuse by
Session IDs.
as degrading security. Lws doesn't do anything special for Session Tickets, but
it's possible your TLS library will support them by default, as is reportedly the
case with mbedtls 2.28.1. Either way, it's expected Session IDs should work with
lws if enabled and your tls library supports them.
## Support in lws