session.setMaxInactiveInterval()
843838Aug 24 2006 — edited Aug 8 2010hello,
i set the maximum interval to
session.setMaxInactiveInterval(36000);
just so i know how soon it times out
but the value is supposed to be in seconds, right?
so 36000 is supposed to be 10 hours, right?
how come it times out right away?