on 2007 Jan 12 6:08 AM
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.