cancel
Showing results for 
Search instead for 
Did you mean: 

Finding session timeout period programatically

Former Member
0 Kudos

Hi,

I need to findout the session timeout period of portal (not the application.. I do not want to specify any ExpirationTime at the application level). Based on this value, I want to notify user a minute before the session expires using Timed Trigger UI. I searched a lot but couldnt find any API that can provide this information. We are on Netweaver 7.0 SP8.

Appreciate if anyone could tell the API name or provide some hints.

Thanks

Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kumar,

check this link to find out session time out for portal: {http://help.sap.com/saphelp_nw2004s/helpdata/en/a0/3b7f41009d020de10000000a1550b0/content.htm]

U can set session time out message using portal development.

create a par file for this n deploy this on server.

chk this link: [https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/ep%2bsnippet%2b-%2bportal%2buser%2bidle%2btimeout%2bfor%2blogoff%2b-%2bcustom%2bjavascript]

hope it hlps u..

Regards,

Khushboo

Former Member
0 Kudos

Thanks Khushboo,

I already saw your wiki link and felt that it can serve the purpose. Sometimes we launch our application with URL parameter NavMode=3 which will hide the mast head. Does your solution work in this situation too?

I am using Web Dynpro Java and I am wondering if there is an easier way to achieve this. All I need is the portal session timeout value.

Thanks

Kumar

Former Member
0 Kudos

HI Kumar,

NavMode=3 is to launch portal within headerless framework..

i think it shud wrk in that condition too..

hope this solution will hlp u...

Regards,

Khushboo

Edited by: Khushboo Singhal on Aug 26, 2008 7:12 AM