(boolean notify)
| 437 | // ------------------------------------------------- Session Public Methods |
| 438 | |
| 439 | @Override |
| 440 | public void expire(boolean notify) { |
| 441 | expire(notify, true); |
| 442 | } |
| 443 | |
| 444 | /** |
| 445 | * Expire this session. |
no test coverage detected