in reply to Re: Session Problems
in thread Session Problems

I can't find LockDataSource in Apache::Session::DBIStore anywhere. Is that a MySql specific thing?

Replies are listed 'Best First'.
Re: Re: Re: Session Problems
by eejack (Hermit) on Aug 15, 2001 at 16:02 UTC
    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