Re: Dispatching request from Servlet to Portlet

2010-11-03 Thread Pid
On 03/11/2010 06:53, sachin_nabble wrote: Hi, I am new to servlets portlets and I need to set Session timeout at Application level, OK. Which docs have you read so far? in portlet somehow i am unable to set session time for Application,( Portlet level session available in Portlet thr

Re: Dispatching request from Servlet to Portlet

2010-11-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sachin, On 11/3/2010 1:53 AM, sachin_nabble wrote: I am new to servlets portlets and I need to set Session timeout at Application level, in portlet somehow i am unable to set session time for Application,( Portlet level session available in

Dispatching request from Servlet to Portlet

2010-11-02 Thread sachin_nabble
by using Servlet. If i set Session Timeout in Servlet and then forward the request to portlet will this session timeout value will control application timeout ? or i need to use include() instead of forward() ? -- View this message in context: http://old.nabble.com/Dispatching-request-from-Servlet