Secure authentication & session using sql

I have username and password stored in my remote sql database.
i want to login using that database with secure authentication and creating a session. So, i can logout the user if the user is inactive for some-time.

Can anybody help me on this?

This topic was automatically closed after 70 days. New replies are no longer allowed.