Repository: cxf-fediz
Updated Branches:
  refs/heads/1.2.x-fixes 84088b202 -> 9c4189275


[FEDIZ-152] Enforce Cookies only for user sessions tracking

Conflicts:
        services/idp/src/main/webapp/WEB-INF/web.xml
        services/oidc/src/main/webapp/WEB-INF/web.xml


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/af587f11
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/af587f11
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/af587f11

Branch: refs/heads/1.2.x-fixes
Commit: af587f112c59dbeedb4ecc5c2f26f885b3c98434
Parents: 84088b2
Author: Jan Bernhardt <[email protected]>
Authored: Wed Feb 3 15:05:59 2016 +0100
Committer: Jan Bernhardt <[email protected]>
Committed: Tue Feb 9 08:04:34 2016 +0100

----------------------------------------------------------------------
 services/idp/src/main/webapp/WEB-INF/web.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/af587f11/services/idp/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/services/idp/src/main/webapp/WEB-INF/web.xml 
b/services/idp/src/main/webapp/WEB-INF/web.xml
index a65068a..9c343d4 100644
--- a/services/idp/src/main/webapp/WEB-INF/web.xml
+++ b/services/idp/src/main/webapp/WEB-INF/web.xml
@@ -25,6 +25,10 @@ under the License.
     <description>Fediz IDP</description>
     <display-name>Fediz IDP</display-name>
 
+       <session-config>
+               <tracking-mode>COOKIE</tracking-mode>
+       </session-config>
+
     <context-param>
         <param-name>contextConfigLocation</param-name>
         <param-value>/WEB-INF/applicationContext.xml</param-value>

Reply via email to