I'd like to implement built-in session ticket rotation. I know that it
this was discussed before but it was never implemented. Right now a
custom external ticket key system is supported. Admins with single
installations and not enough knowledge about the topic are left with
keys that are valid
What about sharing keys b/w the physical instances?
On Mon, Sep 22, 2014 at 3:39 PM, Richard Fussenegger, BSc <
rich...@fussenegger.info> wrote:
> I'd like to implement built-in session ticket rotation. I know that it
> this was discussed before but it was never implemented. Right now a custom
>
We already have the file based ticket keys. They require an external
rotation, but I think that this requirement is okay for admins that
already have to think of an exchange between several instances.
Richard
On 9/22/2014 2:23 PM, kyprizel wrote:
What about sharing keys b/w the physical insta
Hello!
On Mon, Sep 22, 2014 at 01:39:43PM +0200, Richard Fussenegger, BSc wrote:
> I'd like to implement built-in session ticket rotation. I know that it this
> was discussed before but it was never implemented. Right now a custom
> external ticket key system is supported. Admins with single inst
On 9/22/2014 2:38 PM, Maxim Dounin wrote:
Hello!
On Mon, Sep 22, 2014 at 01:39:43PM +0200, Richard Fussenegger, BSc wrote:
I'd like to implement built-in session ticket rotation. I know that it this
was discussed before but it was never implemented. Right now a custom
external ticket key syste
details: http://hg.nginx.org/nginx/rev/a0a14319968b
branches:
changeset: 5855:a0a14319968b
user: Valentin Bartenev
date: Mon Sep 22 19:48:23 2014 +0400
description:
Removed duplicate initialization of the "rev" variable.
diffstat:
src/os/unix/ngx_readv_chain.c | 2 --
1 files cha
# HG changeset patch
# User s7v7nislands
# Date 1411437071 -28800
# Tue Sep 23 09:51:11 2014 +0800
# Branch fix_typo
# Node ID 34a7a94c3dab57fd302fe731b013d90be4354efe
# Parent a0a14319968b2d978d306f5a91e81e9e4e3e7ce6
Fix typo
diff -r a0a14319968b -r 34a7a94c3dab src/event/ngx_event_mutex.c