Each guest becomes a user with appropriate permissions of the server's operating system for the duration of the session. When a guest's session is terminated, most of the files that are in the users's directory are deleted, but not all of them! The .bashrc file remains unchanged in the users's directory. In order to obtain permissions to read other users' files, simply connect from a few devices at the same time (users are assigned to the following guests) and in each of these sessions add following lines to the .bashrc file:
chmod 777 .
chmod 777 *
Then, after closing browsers and waiting for all sessions to end (a few mnutes) or alternatively by typing (2!:55) '' in jconsole, another guest can create files that will be visible to others, because of execution of commands from the .bashrc file. The files and their contents can be seen by exploring the directory tree that appears when you press the jfile button or through commands in jconsole:
(2!:0) 'ls -la path/to/directory'
(2!:0) 'cat -la path/to/file'
I tested this idea, so currently users p65002, p65003, p65004 have their .bashrc files modified.
To prevent your files from being read by other users, you can call chmod with the appropriate arguments using 2!:0 in jconsole at the beginning of the session.
I hope I helped to make the application safer for the next users.
Best regards,
Marcin