I want to view sessions established with a client queue 2 days back. how can i view the previous day sessions from MWS? Many Thanx !
hey,
the session information are stored in the databse of your MWS.
best regards
Ismael
Thanks Ismael. got it
Hi,
may I know in which table is this information stored? I can’t find any entries in WMSESSION table even if some active sessions are available in MWS server.
regards,
Raj
Hi,
You can change the default session timeout in deploy/portal.war/WEB-INF/web.xml.
- Navigate through file system to your MWS folder.
- Go to \MWS\server\default\deploy\portal.war\WEB-INF
- Open the web.xml file in a text editor
- Edit to increase the session timeout parameter as desired
- Here is the snippet of the code you need to edit:
30
session-config>
- Restart MWS
** the number 30 is in minutes You can change the default session timeout in deploy/portal.war/WEB-INF/web.xml. 1) Navigate through file system to your MWS folder. 2) Go to \MWS\server\default\deploy\portal.war\WEB-INF 3) Open the web.xml file in a text editor 4) Edit to increase the session timeout parameter as desired 5) Here is the snippet of the code you need to edit: 30 session-config> 6) Restart MWS ** the number 30 is in minutes
Best regards
Ismael