/[Apache-SVN]
ViewVC logotype

Revision 1851157


Jump to revision: Previous Next
Author: jleroux
Date: Sat Jan 12 10:01:04 2019 UTC (5 years, 3 months ago)
Changed paths: 2
Log Message:
Fixed: Add session tracking mode and make cookie secure
(OFBIZ-6655)

Following "Session timeout for webapps" discussion on dev ML 
https://markmail.org/message/p6fbiojjrwb2ybxd

We decided to put back the session-timeout value in web.xml files and to remove
the line
    session.setMaxInactiveInterval(60*60); //in seconds
from ControlEventListener.java

Double checking Deepak found I missed 2 cases, here they are

I then checked using this regexp: ^(?!.[\s\S]*minutes).[\s\S]*servlet.*$
That there is not other cases. The regexp comes from
https://stackoverflow.com/questions/15209711/regex-to-find-files-containing-one-word-but-not-another
I did not want to pass 1 hour to create it ;)

Thanks: Deepak Nigam 

Changed paths

Path Details
Directoryofbiz/ofbiz-framework/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml modified , text changed
Directoryofbiz/ofbiz-framework/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26