To set up the private section so that public users only need to enter the password once to access all the pages in the members portal, you can make use of session-based authentication or cookie-based access. Here’s how you can approach it:

First, ensure that the "Protected Pages" module or feature you’re using has an option to retain the authentication session after the password is entered. This often involves enabling...