Hi all,
I am developing a web application that requires to have 2 to 3 user tables. One for customers, one for agents and one for admin. Each table stores different information of users.
What's the best way to manage session for this situation?
Thanks
You want to do this sessions? Or perhaps you meant SQL?
Assuming SQL, set it up just like you mentioned have a customer table with a unique ID field, name, address, phone number, etc, etc. Then, do the same for agents and admin.
Pretty simple.