cancel
Showing results for 
Search instead for 
Did you mean: 

What is the parameter name for session timedout in portal systems

Former Member
0 Kudos

Hello All,

Our env. is EP 6.0 AIX/ORACLE 9i , and we wanted to know what is the parameter name for

session timedout used ,and where to check exactly(VISUAL ADMIN/CONFIG TOOL)?

Note# Session timedout , we want to increase the parameter value as the end users wanted it to be more specified .

Best Regards

Rakesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Below is the parameter, set the value to define the time out period for Portal System

login/ticket_expiration_time =

Thanks

LK

Former Member
0 Kudos

Hello Tyconda,

Thanks for your update .

1>The parameter you mentioned , where can i find that(exactly at what place)(VISUAL ADMIN/CONFIG TOOL/PROFILE PARAMETER ) ?

2>The parameter mentioned below is not the one relating to session time out , which i got from web.xml file under the path :?

/usr/sap/IPP/JC20/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf

*******

<session-config>

<session-timeout>30</session-timeout>

</session-config>

*********

Best Regards

Rakesh

Former Member
0 Kudos

Please go thorugh the note you shall find these parameters in the Visual Admin.

thanks

Rishi Abrol

Former Member
0 Kudos

Hi ,

The parameter is maintained in the DEFAULT profile of your portal system, and the syntax looks like this:

icm/server_port_0 = PROT=HTTP,PORT=80$$,TIMEOUT&H30,PROCTIMEOUT&H600 If you are accessing your portal through a web dispatcher, then you will want to add the same parameter to the web dispatcher profile.

Regards,

Former Member
0 Kudos

Hello All,

Thanks for your Quick Response .

1>I have searched for the parameter icm/server_port_0 = PROT=HTTP,PORT=80$$,TIMEOUT&H30,PROCTIMEOUT&H600 in default profile , but i did not find it .

These details are available under Default profile.

cat DEFAULT.PFL |more

SAPSYSTEMNAME = IPP

j2ee/dbname = IPP

j2ee/dbtype = ora

j2ee/dbhost = ussappie00

2>As this is a single stack (only JAVA) portal system , will the parameter ICM exists in this system ?

3>I am trying to look for the parameter relating to session time out, some thing like, when we login to portal and keep it idle for <n> seconds ,then it will expire .

I am looking exactly for this parameter to increase the time,

Can you kindly mention the parameter name and also the place to look into this .

Best Regards

Rakesh

Former Member
0 Kudos
Former Member
0 Kudos

Hi ,

please find the note attached below.

Recommendation based on OSS Note 842635

1) You find the setting for the security session in the Visual

Administrator, 'Security Provider', 'SessionExpirationPeriod',

enter value in unit milliseconds. The default value is

'100.000.000' what equals about 27h.

2) The setting for the expiration of the SSO Single Sign On ticket is

in the Visual Administrator, 'Configuration Adapter',

'Configuration -> cluster_data -> server -> cfg -> services ->

Propertysheet com.sap. security.core.ume.service',

'login.ticket_lifetime', enter value in unit hours. The default

value is 8h.

3) Visual Administrator -> Services -> Server -> ConfigurationAdapter

-> WebDynpro ->sap.com ->tcwddispwda ->Propertysheet default. The

property DefaultExpirationTime conatins the default timeout value

for all Web Dynpro applications in seconds

thanks