in reply to Re^2: user profile/account management modules?
in thread user profile/account management modules?

A relational database is a good solution if you have data that will .. 'relate'. *ahem*

Are you going to be asking things like 'how many users are logged in?'?
If not, you could set it up in flat files.- text.

Something I like a lot for this kind of thing is CGI::Session and CGI::Validate.

  • Comment on Re^3: user profile/account management modules?