Changes between Initial Version and Version 1 of Ticket #890


Ignore:
Timestamp:
May 26, 2016, 9:01:12 AM (8 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #890 – Description

    initial v1  
    44
    55 * 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 actually 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.
     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.