in reply to Re: Re: Session Problems
in thread Session Problems

No, actually the Lock schtuff is in there to satisfy Apache::Session's need for a lock. I just don't grok the documentation on Apache::Session, so I found that just reading through the modules gave me better insight into getting it working, and it took a while.

I didn't see a module Apache::Session::DBIStore, there is Apache::Session::Store::DBI, but that should be accessed through another module (like Apache::Session::Mysql or Apache::Session::Postgres ) as they also use the Apache::Session::Lock modules that are most appropriate.

Or at least I think so, the docs are lacking in the explaining as far as I am concerned.

EEjack