cancel
Showing results for 
Search instead for 
Did you mean: 

Session Expiration in WDP Java

Former Member
0 Kudos

Hi All,

Which method is called when the Session expires (timeout) in WDP. I tried putting in some code in wdDoExit() in View and in Component controller. But none of them seems to be executing at timeout. I want to show a custom built page when the WDP application timeouts(expires) instead of standard page. And so I need to know where to put my code when the session expires.

Any inputs/ideas ??

Regards

Amit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Amit,

Go through the following link.

Thanks

Madhu

Former Member
0 Kudos

I have been through that link. I left a message on that thread too.

Regards

Amit

Former Member
0 Kudos

Hey Guyz,

Any idea on this???

former_member192434
Active Contributor
0 Kudos

Amit,

I belive the session management can be implemted thru suspend and resume method().

for step by step process check this link

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/102ed591-62a6-2910-94ac-e6038ef7...

Thanks