mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
doc: session tickets
https://github.com/warmcat/libwebsockets/issues/3226
This commit is contained in:
parent
082443ff25
commit
deb620501d
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue