Apache::Session::DB_File and open sessions

2001-01-19 Thread Todd Finney
I'm having a hard time with Apache::Session::DB_File, and I think I have it narrowed down to a small enough problem to ask about it. I haven't given up on A::S::Postgres, I'm just trying to get things working with DB_File before I try to solve my other problem. The one-sentence version of

Re: Apache::Session::DB_File and open sessions

2001-01-19 Thread Perrin Harkins
Todd Finney wrote: The one-sentence version of my question is: Is there a problem with tying a session twice during two different HeaderParserHandlers, as long as your doing the standard cleanup stuff (untie | make_modified) in each? It seems like the answer should be no unless there's some

Re: Apache::Session::DB_File and open sessions

2001-01-19 Thread Todd Finney
Thanks to Perrin's suggestion (read: clue brick), things are much happier now. Going around the problem is just as good as fixing it, I suppose. I'm still curious about that behavior, though. cheers, Todd At 04:22 AM 1/19/01, Perrin Harkins wrote: Todd Finney wrote: The one-sentence