Return the session associated with this request, creating one if necessary. @return the session
()
| 2405 | * @return the session |
| 2406 | */ |
| 2407 | public Session getSessionInternal() { |
| 2408 | return doGetSession(true); |
| 2409 | } |
| 2410 | |
| 2411 | |
| 2412 | /** |
no test coverage detected