Umm, just read your last email. So you are writing a webapp... Then like I
said, having a user login and a database login to be the same is unusual.
And my ealier advice about one Cayenne stack per session is not the way to
go...
I would suggest implementing some kind of login info table and use a
simple SQL query to check if a user login/password is correct, and connect
to the database using login info independent from the user authentication.
Andrus
> Hi Jean,
>
> Are you working on a Client-Server GUI application? Since it is quiet
> unusual for a multiuser *web* app to have database connection
> login/password be the same as user's. Anyway, just checking...
>
This archive was generated by hypermail 2.0.0 : Tue Mar 04 2003 - 11:28:20 EST