<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">This is true in general, but with a single exception that I know of.</div><div class="">It’s common for nginx to proxy requests to a Rails app or Java app on </div><div class="">an app server and for the app server to implement the session logic</div><div class=""><br class=""></div><div class="">This is an open-resty session implementation that sits within the nginx process.</div><div class=""> <a href="https://github.com/bungle/lua-resty-session" class="">https://github.com/bungle/lua-resty-session</a> </div><div class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">On Nov 10, 2017, at 3:09 AM, Francis Daly <<a href="mailto:francis@daoine.org" class="">francis@daoine.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On Wed, Nov 08, 2017 at 11:51:36AM -0500, keyun89 wrote:<br class=""><br class="">Hi there,<br class=""><br class=""><blockquote type="cite" class="">Does anyone know how to configure the session inactivity timeout in Nginx ?<br class=""></blockquote><br class="">There probably isn't a session inactivity timeout in nginx.<br class=""><br class="">There probably is the idea of a session in whatever (dynamic?) thing<br class="">you are using to deal with sessions; that is the place to look for a<br class="">timeout setting.<br class=""><br class="">Good luck with it,<br class=""><br class=""><span class="Apple-tab-span" style="white-space:pre">  </span>f<br class="">-- <br class="">Francis Daly        <a href="mailto:francis@daoine.org" class="">francis@daoine.org</a><br class="">_______________________________________________<br class="">nginx mailing list<br class=""><a href="mailto:nginx@nginx.org" class="">nginx@nginx.org</a><br class="">http://mailman.nginx.org/mailman/listinfo/nginx<br class=""></div></div></blockquote></div><br class=""></body></html>