On Thu, 31 Jan 2002, Tod Harter wrote:

> Apache::Session and shared memory is probably what you want. Other options
> with Apache::Session might work as well. I've had very good luck using a
> MySQL server as the repository for session state info and setting up a HASH
> type table (which lives in memory, thus is very fast). However that method
> does mean you are serializing the session state, which is no good for things
> like database handles...

I just read in the latest Changes file for OpenFrame that they switched to
Cache::Cache for sessions because it was easier to install, simpler and
faster.

Might be worth considering.

-- 
<!-- Matt -->
<:->Get a smart net</:->


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to