Re: [Cgi-session-user] help with file permissions
Brought to you by:
sherzodr
From: Matt L. <mle...@cp...> - 2007-01-18 03:47:15
|
Both the file and db_file drivers take a UMask option. So it'd be something to the effect of: my $s = CGI::Session->new("driver:file",$sid,{ UMask => 0664 }); On 1/17/07, K.G. Woltz <kg...@se...> wrote: > I am using CGI::Session with the options to save session data to files. > My question is "How do I get the files to create with permissions of 664 > instead of 644?" > My CGI programs are doing fine with the status quo but I need to let > another program (JAVA) share the files for reading and writing. > Thanks, > - > KG > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Cgi-session-user mailing list > Cgi...@li... > https://lists.sourceforge.net/lists/listinfo/cgi-session-user > |