Changes between Initial Version and Version 1 of Ticket #890
- Timestamp:
- May 26, 2016, 9:01:12 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #890 – Description
initial v1 4 4 5 5 * Re-factor the code so that the call is made in via a utility function. 6 * Call the 3-argument version of `Application.getSessionControl()`.7 * Add a check that a user is actuallylogged in. This is currently not done and may in some cases result in an exception later on and in some cases result in an empty data structure being returned. Better to throw a `NotLoggedInException` immediately.6 * Use a separate client id for Reggie. 7 * Call the 4-argument version of `Application.getSessionControl()` which also checks that a user is logged in. This is currently not done and may in some cases result in an exception later on and in some cases result in an empty data structure being returned. Better to throw a `NotLoggedInException` immediately.