HTTP Session size information can be helpful during troubleshooting of the application’s performance issues.
In WebLogic 10 it is possible to determine HTTP session size without using any external tool.
Add weblogic-diagnostic.xml deployment descriptor with “HTTPSessionDebug” in META-INF directory of the “EAR” or exploded application.
i.e.
physicianEar/META-INF
weblogic-diagnostic.xml
<?xml version="1.0" encoding="UTF-8"?>
<wldf-resource xmlns="http://www.bea.com/ns/weblogic/90/diagnostics">
<instrumentation>
<enabled>true</enabled>
<wldf-instrumentation-monitor>
<name>HttpSessionDebug</name>
<enabled>true</enabled>
</instrumentation>
</wldf-resource>
2) Re-deploy application.
3) Invoke application to create test sessions.
4) In Admin console go to Diagnostic --> Log Files --> EventsDataArchive
![[HTTP-Session-Size.jpg]](https://img1.daumcdn.net/relay/cafe/R400x0/?fname=http%3A%2F%2F1.bp.blogspot.com%2F_mo_zqU7qd6E%2FSAUX3Pz1IVI%2FAAAAAAAAATs%2F0uJkggW-Eg8%2Fs1600%2FHTTP-Session-Size.jpg)