Get the user session file. @return the file corresponding to the user session file or null, if not yet set.
()
| 1363 | * set. |
| 1364 | */ |
| 1365 | public static File getUserSessionFile() { |
| 1366 | return userSessionFile; |
| 1367 | } |
| 1368 | |
| 1369 | /** |
| 1370 | * The list of plugins (aka CREOLE directories) the system knows about. This |
no outgoing calls