cancel
Showing results for 
Search instead for 
Did you mean: 

Set Server Session Timeout

Former Member
0 Kudos

Hi @ all,

I want to know where I can configure the timeout for an application server.

I mean the time that it will take until ther server automaticly logs off a

user and he must type in his passord again before he can go on.

Does somebody know where to do that?

Thanks!

Dennis

Accepted Solutions (1)

Accepted Solutions (1)

praveenkumar_kadi
Active Contributor
0 Kudos

Hi Dennis,

You can follow this for your requirement

http://help.sap.com/saphelp_nw04s/helpdata/en/52/6717e0439b11d1896f0000e8322d00/frameset.htm

Hope that helps

Former Member
0 Kudos

Hi,

thanks for the quick answer.

But this is the way how to do this on a ABAP System.

I would like to know how to configurate that in a Java enviroment.

Sorry, I forgot that information before.

Vlado
Advisor
Advisor
0 Kudos

Hi Dennis,

If you are asking about J2EE Web applications the answer can be found <a href="http://help.sap.com/saphelp_nw04/helpdata/en/bd/6ca740aa053a13e10000000a155106/frameset.htm">here</a>.

HTH!

-Vladimir

P.S. BTW, don't worry, you've not forgotten anything - the fact that your question is posted in the NetWeaver AS, <b>Java</b> forum should have told that already

Message was edited by:

Vladimir Pavlov

Former Member
0 Kudos

Hi Vladimir,

thanks for that info.

I'm developing a WebDynpro application and I thought it would maybe be possible to

make setting via visual admin. I now found out that I can set this in the application properties of the component.

But I always have to redeploy when I want to change that value.

If there is any way to do it by the administrator this would be the nicest solution.

But thanks for your help!

Vlado
Advisor
Advisor
0 Kudos

Yes, for J2EE Web apps there is a way: <a href="http://help.sap.com/saphelp_nw04/helpdata/en/a9/7a9602ad094b82a293f06d1cbe2c14/frameset.htm">Additional Configuration Settings</a>.

I'll check for Web Dynpro apps but you can also check by yourself on help.sap.com.

HTH!

-Vladimir

Former Member
0 Kudos

Hi,

I found out that it's quite easy. You just have to set an application parameter in

the WebDynpro app.

I didn't liked that version because you will get an Internal server Error if the Timout occurs,

so I have developed it on my own and saving an external properties with the expiration time in a properties file.

Thanks for your help.

Regards,

Dennis

Answers (1)

Answers (1)

praveenkumar_kadi
Active Contributor
0 Kudos

Hi Dennis,

You can do logoff from java code also.

check this link