Toshio Kuratomi <[EMAIL PROTECTED]> writes: > Is it possible to hook visit to a second database? > > I'm trying to share visit and identity sessions among several different > web applications that we're deploying here. The goal is to log into one > application and then access a second one without re-logging in. To do > this, I have to be able to share the database that visit uses to store > its vist_keys.
I haven't tried, but you can specify the connection for each class on your model. There you can specify a connection to a second database... You'll just have to set it up by hand. -- Jorge Godoy <[EMAIL PROTECTED]>
pgpXDdc0semaY.pgp
Description: PGP signature

