addDateHeader(String name,long date)
<% long date = System.currentTimeMillis(); response.addDateHeader("Expires",date); %>