Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Already Exists
Workspace Domino
Categories Security
Created by Guest
Created on Jan 4, 2023

Samesite attributes to be strict or lax for the sessionID this is usually found on the application that uses XPAGES.

After following the article below, only DomAuthSessId can only be setup to strict or lax.The samesite attributes of the sessionID have no value.

https://help.hcltechsw.com/domino/12.0.0/admin/conf_samesite_cookie.html

  • Attach files
  • Admin
    Thomas Hampel
    Reply
    |
    Jan 4, 2023

    We will be updating our documentation to include the following.

    https://help.hcltechsw.com/domino/12.0.0/admin/conf_samesite_cookie.html

    In addition to the Notes.ini variable, a configuration for XPages is required to set the SameSite preference for the SessionID cookie:

    To make it work in XPages, customers need to create or edit the file

    <DominoData>/Properties/xsp.properties

    The file usually does not exist, but a sample file exists in this directory with the name "xsp.properties.sample"

    so if it does not already exist, a new file has to be created with the name "xsp.properties"


    the setting required is :

    xsp.sessionid.cookie.samesite=

    Where value can be

    0 - disabled (default)

    1 - strict

    2 - lax

    3 - none

    where 3 - none means it requires secure attribute to be set, secure attribute will be set to true if not set already in xsp.properties file


  • Admin
    Thomas Hampel
    Reply
    |
    Jan 4, 2023

    Can you please provide more details on the problem and how you like the behaviour to be changed so that other people can understand what they are voting for ?