On 9/25/06, Zbigniew Lukasiak <[EMAIL PROTECTED]> wrote:
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
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
_______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
