fn create_cookie<'a>(
config: &SessionConfig,
value: String,
cookie_type: NameType,
) -> Cookie<'a>Available on non-crate feature
rest_mode only.fn create_cookie<'a>(
config: &SessionConfig,
value: String,
cookie_type: NameType,
) -> Cookie<'a>rest_mode only.