Changeset 38875 for main/trunk


Ignore:
Timestamp:
2024-03-26T13:27:09+13:00 (3 months ago)
Author:
kjdon
Message:

add some cookie config settings. needed to get partitioned samesite=none cookies working with tomcat 8.5.99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/WEB-INF/web.xml

    r38839 r38875  
    186186  <session-config>
    187187    <session-timeout>240</session-timeout>    <!-- 4 hours -->
     188    <cookie-config>
     189      <http-only>true</http-only>
     190      <secure>true</secure>
     191    </cookie-config>
    188192  </session-config>
    189193
Note: See TracChangeset for help on using the changeset viewer.