Hi,
The default session timeout value is 30 mins. In
Java codes, we specify it in seconds, that explains why the value was 1800. To change if Weblogic had modified the session timeout value, you'd need to open up the web.xml file & examine that you have these:
In the web.xml file, the value is specified in terms of minutes.
Hope this helps.