Hi Folks,
I have a database. And I want all users to login... But I want all my code to cater to each user, regardless of how many are logged in.... SAME CODE BASE... UNLIMITED USERS... CONCURRENCY... CONTENTION...total mayhem I am worried about database collisions amongst the tables since they will all need all the tables... or rows for themselves. Can I secure a virtual login by making their USER_ID the primary key to every table in the database ? Is there a trick I can use with the sessionID? Just looking for best practices with tapestry-security. Just wondering if there is a tech sheet on the dos and dont's about this and ramifications of cluster safe too. Thanks for any tips, best practices or current trends on this topic. I hope this isn't the wrong forum. If it is I could use a friendly push to the proper one... Thank you for your kindness Ken