Only one request can be associated with the current thread, so if another one is running it will be destroyed and a new one will be created.
Note that requests are expected to be manually ended somehow and will not be closed out automatically. @return the unique generated id for the new request @throws IllegalArgumentException if the session is null, invalid, or there is no current session
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|