Is it possible to have both an anonymous user and dynamic user working together in one application.
Let’s say after setting users to dynamic, if I understand very well one thing the session-manager does is showing the login page. Meaning one has to sign in/up or the login page appears first.
i. For instance, I want everyone to see the data in my application without any sign ups just as an anonymous will do.
ii. But then again, I’ll need an Admin to do the updating of data in the application which will require logging in.
Meaning you only sign in if you want to effect a change, other than that you can just view the data.
Yes I have done that. But with what you have stated it means that the application will be working for anonymous users only.
But I want an Admin to be doing data entry. Which requires the admin to log in.
Meaning anybody with the application URL can only view the listings. But Admin only logs in to make changes to the listings.