Re: session time increase??

2000-11-29 Thread Murali Mohana Rao
Hi Subu, the synatx for session time increase is, you have specify the time in seconds. session.setMaxInactiveInterval(4000) . Murali. subramanian Athimoolam wrote: kk Thanks for your reply. tell me the full syntax... i tried httpsession setMaxIedealTime(121212); (i thng syntext

session time increase??

2000-11-27 Thread subramanian Athimoolam
hi friends how to increase session expire time thanks ch.. subu _ Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com

Re: session time increase??

2000-11-27 Thread Krishna Kant
Subu, Try using setMaxInactiveInterval( int interval) of HttpSession -kk subramanian Athimoolam wrote: hi friends how to increase session expire time thanks ch.. subu _ Get more from the

Re: session time increase??

2000-11-27 Thread subramanian Athimoolam
kk Thanks for your reply. tell me the full syntax... i tried httpsession setMaxIedealTime(121212); (i thng syntext is wrong??) its not working. ch.. subu _ Get more from the Web. FREE MSN Explorer

Re: session time increase??

2000-11-27 Thread Krishna Kant
subu, the syntax is as follows in jsp.. session.setMaxInactiveInterval(interval in seconds); u will be advised to go thro' the Servlet API -kk subramanian Athimoolam wrote: kk Thanks for your reply. tell me the full syntax... i tried httpsession setMaxIedealTime(121212); (i thng