[Templates] Re: permission-problems with cache : dir-mod wrong !

Robert Hicks sigzero@gmail.com
Wed, 31 May 2006 20:06:28 -0400


Randal L. Schwartz wrote:
>>>>>> "Andrew" == Andrew Ford <A.Ford@ford-mason.co.uk> writes:
> 
> Andrew> I get round this now by specifying the cache directory as something
> Andrew> like "/tmp/tt2-cache-$<".  This means that each user gets their own
> Andrew> cache and avoids any interactions between processes using TT2 running
> Andrew> as different users.
> 
> Yeah, that's the trick I use in the CGI::Prototype distribution as well.
> 
> But I think you want $>, not $<, because it should be the effective UID, not
> the original UID.
> 
Is CGI::Prototype still going? I thought you had changed to using Catalyst?

:Robert