Do I need to care about sessions manually?

1
I'm considering to use Mendix for the prototype of my application. I have seen some examples and there was a lot of session management stuff ( I saw it in the domain model, some settings ...) Being no programmer myself, will I be able to still create a working application allowing to input/read/modify data for logged users?
asked
1 answers
0

For a demo it sufficient to use demo mode and don't bother about security.

If you need to show Mendix security capabilities (like access rules, 'User with roles 'SmallDecisions' can only see items with a price < 100 Euro). Put it in product mode, fill in users, roles and access rules. Normally you don't care about sessions. Mendix handles that.

Edit: A complete module with 'register', 'forgot password' etc is developed by several people but not yet available in the appstore.

answered