in reply to Replacing Data::Dumper / do(file) on multi-fork process
Not sure how long you need to keep the session data around, but one different approach would be using Cache::File -- that's usually a great way to manage session data, using the session key as index, it'll use a different file for every session.
|
|---|