class session_cookie_generator_interface - 5cript/attender GitHub Wiki
class session_cookie_generator_interface
Summary
| Members | Descriptions |
|---|---|
public cookie create_session_cookie() const |
Crates a cookie using the implemented functions of the NVI. |
public std::string create_set_cookie_string() const |
Crates a cookie using the implemented functions of the NVI and directly converts it into a string. |
public virtual ~session_cookie_generator_interface() = default |
Members
public cookie create_session_cookie() const
Crates a cookie using the implemented functions of the NVI.
public std::string create_set_cookie_string() const
Crates a cookie using the implemented functions of the NVI and directly converts it into a string.