top of page
Search

HTTP Access Logs: User Session Reconstruction

  • Writer: biwhy
    biwhy
  • Sep 3, 2024
  • 1 min read

Updated: Mar 20

Problem

Investigate a client-side or server-side issue using HTTP access logs.

But what if the issue is intermittent or occurs only rarely for a specific user?


Solution

Enable access logs on Tomcat, Apache, or another web tier.

Identify the problematic request using markers such as HTTP status code, server think time, response size, or a specific URI, then reconstruct the full user session by session ID.


 
 
 

Recent Posts

See All
BiWhy – Audit DB vs CMS DB

The Tale of Two Databases – and Why They Shouldn’t Be Roommates https://community.sap.com/t5/technology-blog-posts-by-sap/biwhy-audit-db-vs-cms-db/ba-p/14371111

 
 
 

Comments


BiWhy © 2019-2026

bottom of page