Hi, I'm new to sequence diagrams and was wondering if the following diagram accurately represented the process that follows? I am using Visio 2003 default UML Sequence stencil (which seems quite limited!!!). Thanks!

1) User submits “POST” request to server.
2) A method checks the session time.
3) If the session was last set less than 20 minutes prior, then set the session to the new session time and fulfill the request.
4) If the session was last set greater than or equal to 20 minutes prior, then expire the session and deliver an error page.