* Get the unique ID identifier of this session object. * @return {const char*} Non-empty. */
| 79 | * @return {const char*} Non-empty. |
| 80 | */ |
| 81 | virtual const char* get_sid(void) const |
| 82 | { |
| 83 | return sid_.c_str(); |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * Set the unique ID identifier of this session object. |
no test coverage detected
searching dependent graphs…