SessionValue  <% if (Session.Values('Foo') != null) {%> <%= Session.Values('Foo') %> <%} else { %> null <% } %>
StartTime  <%= Session.Values('StartTime') %>