login to database using jdbc, best practices?
843854Nov 6 2003 — edited Nov 7 2003Hi,
I am planning an application and i have a qyestion about jdbc.
We plan to access databases from a browser which is already running our application that does not use databases. That means that the users are already logged into the application.
So what I am looking for is a single sign on, rather than sending login information everytime to the database. What do other developers do in this case.
Please comment.
Thanks.
TP