pub(crate) async fn set_headers<T>( session: &Session<T>, headers: &mut HeaderMap, ip_user_agent: &str, destroy: bool, storable: bool, )where T: DatabasePool + Clone + Debug + Sync + Send + 'static,
Used to Set either the Header Values or the Cookie Values.