Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi,
I'm going to add a Thing Shape to the UserManagementSubsystem, the Thing Shape holds a Info Table which may contain 10,000 records, will it exceeds the limit of the use session ?
Regards,
Sean
Hi @seanccc.
Keep in mind that an info table is stored in memory. What is your intent of designing it this way? Can you provide more details of your use case?
Regards.
--Sharon
We just had a design review and realized that session will consume huge of member and it's user specific , we've discard the idea of storing so many data in session.
Regards,
Sean