[Dbix-class] DBIx::Class and SET SESSION AUTHORIZATION

Brandon Black blblack at gmail.com
Mon Sep 25 16:26:13 CEST 2006


On 9/25/06, Zbigniew Lukasiak <zzbbyy at gmail.com> wrote:
>
> There is one more thing here - if you set the authorisation by the Apache
> thread/process then how do you make sure that this process will only server
> this one user? The only obvious solution would be to make the thread/process
> serve only one request.


No, what I was saying was that the connection will persist per-process, and
you will need to set the authorization at the start of each and every
request in order to avoid a user accidentally getting the credentials of
another random user.

-- Brandon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/dbix-class/attachments/20060925/f9f0dac0/attachment.htm 


More information about the Dbix-class mailing list