diff --git a/lweb.pbi b/lweb.pbi index 41836c7..7dd7588 100644 --- a/lweb.pbi +++ b/lweb.pbi @@ -734,7 +734,11 @@ Module lhs_web configuration\hosts(m_clients(Str(thread_cli_id))\host_id)\sessions(Header(#http_head_cookie_set))\KillTime = Second(Date()) + configuration\hosts(m_clients(Str(thread_cli_id))\host_id)\sessions(Header(#http_head_cookie_set))\TTL EndIf - + ldl::Logging("Header Map fields:") + ForEach(Header()) + ldl::Logging("Field:["+MapKey(Header())+"] and content:["+Header()+"]") + Next + ldl::Logging("Header Map fields finished.") Select Header(#http_head_method) Case #http_method_get ;********************************