Returns whether the session was created during the current request. @return true if the session was created during the current request.
()
| 234 | * @return {@code true} if the session was created during the current request. |
| 235 | */ |
| 236 | boolean isNew(); |
| 237 | |
| 238 | |
| 239 | /** |
no outgoing calls
no test coverage detected