Troubleshooting Client Side

Find the session ID and request ID on the client.

Session ID

In browser address field: JavaScript:alert(document.cookie)

The cookie name is sid.

Request ID

To view information about request ID information on non-production systems with page caching disabled, use the "Show Request Log".