Re: Having variable session timeouts

2009-04-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Siddhartha, On 4/6/2009 1:50 PM, Siddhartha Purkayastha wrote: > Looks like this should solve my problem - > HttpSession.setMaxInactiveInterval() ? That sounds like a good start. > Are there any implications of using this method? Yes: the session

Re: Having variable session timeouts

2009-04-06 Thread Siddhartha Purkayastha
Looks like this should solve my problem - HttpSession.setMaxInactiveInterval() ? Are there any implications of using this method? 2009/4/6 Siddhartha Purkayastha > Hello All - > > How is it possible to implement variable session timeouts? > My use case is: for a set of users with certain proper

Having variable session timeouts

2009-04-06 Thread Siddhartha Purkayastha
Hello All - How is it possible to implement variable session timeouts? My use case is: for a set of users with certain properties (which in turn will be stored in the session, say x = 10), I want to have a time out of 30 mins. For others (say with property x = 15), I want to have a timeout of 1 hr