cancel
Showing results for 
Search instead for 
Did you mean: 

session binding issue

Former Member
0 Kudos

Hello,

I am developing a WDP/KM application, in which I need to lock resources for editing.

The lock has to be removed either when resource edition is finished, or when the session expires.

Is there a possibility to set up a kind of HttpSessionBindingListener, like in standard J2EE, which would automatically release the lock when the session expires ? Or is there another "WebDynpro way" of doing that ?

By the way, it seems that I can no longer use "servlet" DC, since I have upgraded to SPS 15 ?! Is that normal ?

Thanks a lot.

Best Regards,

Nicolas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nicolas,

The HttpSession can be introduced in the Web Dynpro by adding the servlet.jar in the build path of the applications.

Regards

Srinivasan T