cancel
Showing results for 
Search instead for 
Did you mean: 

setMaxInactiveInterval for IportalComponentSession

Former Member
0 Kudos
65

Hi all,

can anybody tell me how to setMaxInactiveInterval for IportalComponentSession.

I cannt find anymethod like setMaxInactiveInterval as it is for HttpSession.

I would like to set time infinity just as with HttpSession.setMaxInactiveInterval(-1).

Any suggestions??

Regards,

Abhi.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Abhi,

The IPortalComponentSession is a "sub session" of request.getServletRequest().getSession(). It is unique per user and Portal Component.

So if you set setMaxInactiveInterval for HttpSession, it should implicitly also apply to IPortalComponentSession.

Also check this:

http://help.sap.com/saphelp_nw2004s/helpdata/en/a0/3b7f41009d020de10000000a1550b0/frameset.htm

Greetings,

Praveen Gudapati

p.s. Points are always welcome for helpful answers