cancel
Showing results for 
Search instead for 
Did you mean: 

The Web Dynpro Application '...' has expired

Former Member
0 Kudos

HI.

I encounter the problem with strange expiration of WD application runned in MS Internet Explorer (the same isn't reproducible in Firefox).

Steps to reproduce:

1. Create simple Development component (one application, one component, one view with one button "Dummy"). Run it in IE.

2. Press "CtrlN" - new Explorer window appears. Close the new window by "AltF4".

3. Press the button "Dummy" in the first window.

4. Press - "Ctrl+N" - new window appears.

After step 3 or 4 appears the error message "... has expired".

The time passed between the steps is about one second, so now real session timeout was occured.

How to clarify this and how to avoid such behaviour?

(We are using SAP-JEE 7.00 SP11)

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I think the session cookie might have expired during this close and open of your application.

Regards

Ayyapparaj

former_member186016
Active Contributor
0 Kudos

Hi,

I think in your application there is some handling to close the session of application when window is closed.

Hence, if you keep on opening windows (Ctrl+N) you will not get this issue. But as soon as you closes on of those windows your session is closed. And all the previous windows also gets invalid session.

Regards,

Ashwani Kr Sharma