On Sat, Aug 25, 2012 at 10:52 AM, Chaitanya Gupta <[email protected]> wrote: > I need to support TLS session resumption in my node.js app. I am > creating a TLS server usingrequire('tls').createServer(). By default, > the server has a session ticket lifetime of 300 seconds (as seen with > OpenSSL's s_client). > > I need the session timeout to be beyond 300 seconds. How can I do > this? I couldn't find anything in node's API docs that could help.
Node doesn't let you do that. If you have a convincing use case, please open an issue and we'll add it. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
