How to prevent users from accessing the web app session log?
7 views (last 30 days)
Show older comments
Paulo
on 4 Apr 2025
Answered: Maneet Kaur Bagga
on 9 Apr 2025
I am running the development version of MATLAB Web App Server on a server machine, hosting four web apps. I would like to prevent users from accessing the web app session log that appears at the bottom of the browser.

Is there a way to hide or disable it while users are interacting with the web app? If so, how can I do this?
Thank you for your assistance.
0 Comments
Accepted Answer
Maneet Kaur Bagga
on 9 Apr 2025
Hi,
As per my understanding, the "show log" button is used for debugging and testing and it cannot be disabled in the development server.
To prevent users from accessing the session log, you can deploy your web apps using the production server. The production server does not display the session log in the client interface.
You can also refer to the following MATLAB Answer.
Hope this helps!
0 Comments
More Answers (0)
See Also
Categories
Find more on MATLAB Web App Server in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!