Session timeout
Can I implement one session timeout, say 30 mins in one JSP page and another session time out, say one hr in another page in an application? If yes, how we can do that?
[175 byte] By [
Nebu-IBSa] at [2007-11-27 2:15:20]

# 1
You can't have multiple sessions in one session.Just set it to 1 hr and let this one page redirect automatically to a logout or expire page after 30 mins (easy to implement using the meta refresh header), then there you can reset some objects in the session if needed.