cancel
Showing results for 
Search instead for 
Did you mean: 

Timeout Session - Expiration time of Webdynpro application

Former Member
0 Kudos

Hello,

I set the sap.expirationTime property of my application to 1 hour, know the expiration time of my application is one hour. After time out (one hour) I am getting default 500 internal server error page. But as per the requirement we need to display a custom message instead of 500 internal server Error.

i.e.need to Redirect to Custom page with custom message instead of 500 internal server error page.

i try to follow as per this link [;

but found that in NW 7.0 the parameter sap.sessionExpiredURL is not available anymore. How can archive this?

Conclusion: If there is a timeout session, instead of 500 internal error page how to display a custom messages?

Thanks & Regards

Maha

Edited by: Maha Hussain on Feb 10, 2009 12:00 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Hussain,

Can help to share how you achieve this requirements? I am also having same problem and confused on how to proceed.

Thanks & Regards,

Julia

former_member197348
Active Contributor
0 Kudos

Hi Maha,

With sap.expirationTime property, the application will certainly be expired.

If your requirement suits for the scenario just try out the following workaround.

If you want show a custom message only, you can use TimedTrigger UI Element instead of setting expirationTime just set dealy for this and in the action kust navigate to the view and displaye the custom message in that.

Regards,

Siva

Former Member
Former Member
0 Kudos

Hey,

Is ur application fetching a large number of data ??? Then if the process is very slow may be the page getting expired.

In case ur data is very large, u need to implement code optimization so that large code gets fetched in shorter time.

Former Member
0 Kudos

Hi,

This is not the case of calling backend.

If there is time out session, ie if the application is not use for some amount of time, 500 internal server error (page builder error) will display, instead of that internal server error I want to display the custom message.

Thanks

Mahaboob Hussain

Former Member
0 Kudos

Hi ,

If there is a timeout session, instead of 500 internal error page how to display a custom messages?

Mahaboob Hussain