A security analyst needs to correlate login events from multiple authentication servers to track a single user session. The events share a common 'session_id' field but have different timestamps. Which transaction command option should be used to ensure the session is considered complete after 30 minutes of inactivity?
Select one:
The trap here is confusing maxspan (total duration limit) with maxpause (inactivity timeout), leadin...