Hi all, not sure if this is the right place to post, but this is the problem I face.
Understand that weblogic session timeout is configured via web.xml and weblogic.xml. Client will access my web apps via HTTP POST, and session is created automatically in the server.
Would like to know if there's any way I can set the timeout programmically upon receiving the post request? If yes, do I set it at client or server side?