<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 26 May 2016 at 14:04, Dimka <span dir="ltr"><<a href="mailto:nginx-forum@forum.nginx.org" target="_blank">nginx-forum@forum.nginx.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Face the same problem, empty $ssl_session_id variable.<br>
<br>
If ssl_session_ticket off, $ssl_session_id always contain ID.<br>
<br>
How can I identify client connection if no ssl session id available?<br></blockquote><div><br></div><div>I would also know answer for this. It is kinda either:</div><div>1. server and client store session id</div><div>or</div><div>2. client sends tickets that contains info how to continue without server storing anything</div><div><br></div><div>So with tickets you don't have session id. I'm not sure could there still be some kind of identifier be counted from tickets that could be used as a identifier for multiple round trips, but I think not (?).</div><div><br></div><div>Yes, it sucks a little bit. With session_id we had nice way to identify client built-in the protocol, with tickets it seems we don't.</div><div><br></div><div><br></div><div>Regards</div><div>Aapo</div></div></div></div>