Hi, I'm working on an app where users don't need to log in straightaway, so I need the session information. Having a look at the isis code, AuthenticationManagerStandard creates a unique validation code for sessions which I'm using to distinguish the sessions. Is this the right way to do it? If so could we make this available to AbstractDomainObject ?
Thanks, Christophe
