On Fri, May 25, 2012 at 3:50 AM, Tzury Bar Yochay <tz...@reblaze.com> wrote:
>
> is there a way to get he internal session ID used by nginx to identify
> sessions within the lua?
Nope, you need to generate one by yourself (either via a GUID
generator or just encrypting a user ID via ngx_encrypted_session if
that makes sense to your application).
What will you use the session ID for?
Regards,
-agentzh