> > [EMAIL PROTECTED] wrote: >> Interesting, your comments on CGI::Session vs Apache::Session as I've >> had >> nothing but trouble with Apache::Session::File -- session data >> inconsistently being written to the file. > > I'm sorry to hear that. Did you mention those problems to the author or > bring it up on the mod_perl list? Were you using just > Apache::Session::File or Apache::Session::Flex? I suspect that it was > having issues with locking the files so maybe trying another locking > mechanism (using Flex) might have helped. But that's just a guess.
I only use the ::File implementation with a few sites where traffic is fairly minimal & I didn't think the overhead of a MySQL db was worth it. I'm not familiar with ::Flex. I will check it out. Thanks for the advice. Sys