SPrelewicz
Programmer
I want to implement a shopping cart based on mySQL and CGI Sessions. I want to store the sessions in mySQL with a uniques session id for state maintanence. Here's my question, and I hope I'm not being too thick, though Im sure I am. I'm going to have multiple users (ie web stores) using the cart through my server. In other words, they'll have forms on their side sent to my servers shopping cart script. Do you think its okay to have all the users (web stores, their customers) share the same session table in one broad database, or should I create a separate database for each web store? I will have other tables like state names, etc... Can these be shared or again should I duplicate for each web store. Thanks for taking the time to answer probably a pretty dumb question. Quick answers will be appreciated and noted.
Scott Prelewicz
Scott Prelewicz