Hi, there are 2 methods for SSL session caching: sessions IDs and session tickets (described here: http://en.wikipedia.org/wiki/Transport_Layer_Security#Resumed_TLS_handshake)
uWSGI uses only tickets, but docs ( http://uwsgi-docs.readthedocs.org/en/latest/SSLScaling.html) states it requires replicated cache for synchronizing sessions accross different uWSGI servers. But tickets are suppose to provide session resumption without the need to have server side session storage. -- Łukasz Mierzwa
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
