i'm assuming you have to have a class that holds these books, along with the userid you're using (sessionID perhaps?)
you can save this class Book to a List that's attached to the sessionID, and then when new user is created, and logs in, attach the List to this new user.