I use IGoogle
component inettuts to make my portal more attractive and easy to use interface. The main problem I want to ask about is:
- How to store the personalization setting, to make it the default when the user logs into the application again?
I can't use cookies because it's related to the user machine so I think I need to store these data in my database. But I don't know the beginning. What should the structure of database look like? And what's the storing mechanism? I mean, should I store every single action of the user or put all the actions in one transaction or what?
I use Informix
database, so no membership so I can't use web parts.
I hope someone can help me with an explanation about how to store all the settings in a performant way.