Session timing

Hey I need to set my session to close after about 1 min.. anyone know how to do that.. im sure its all over google. So ill check there.. but if anyone knows it off the top of their head let me know
[204 byte] By [jbayugaa] at [2007-11-26 15:13:26]
# 1
You can do this in web.xml.<session-config><session-timeout>1</session-timeout></session-config>The value is in minutes. Default is 30.
BalusCa at 2007-7-8 9:04:39 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...