Jive cookies
Here you can find the list of cookies which Jive uses in communities.
Note: Except where noted, none of the following
cookies contains user-identifiable information. This behavior meets European Union
privacy laws.
Jive sets the following cookies:
- anonymous
- This cookie is used only by the Gamification module. It tracks if the user is
authenticated or not.
- Possible values:
true
orfalse
- Expiration: 1 year
- Encryption: None
- Example:
anonymous="false"
- Possible values:
- BIGipServer
- Cookies prefixed with
BIGipServer
help to efficiently route internal traffic, and contain encoded addresses of internal Jive servers. These addresses are strictly internal, and cannot be used to connect to internal servers from the Internet. Altering the values of the cookie does not have any effect. For more information about these cookies, see the Overview of BIG-IP persistence cookie encoding article on the F5 Support site at https://support.f5.com/kb/en-us/solutions/public/6000/900/sol6917.html. - clickedFolder
- This cookie is used in the Admin Console to persist the open or closed status of the
current folder as used in various tree-view portions of the Admin Console.
- Possible values: String,
true
, orfalse
- Expiration: At session end
- Encryption: None
- Example:
clickedFolder="true"
- Possible values: String,
- highlightedTreeviewLink
- This cookie is used in the Admin Console to persist the current folder as used in
various tree-view portions of the Admin Console.
- Possible values: Integer, the DOM ID of the clicked folder
- Expiration: At session end
- Encryption: None
- Example:
highlightedTreeviewLink="23"
- jive.oauth.token
- This cookie contains Authentication Token value.
- Possible values: String
- Expiration: At session end
- Encryption: None
- jive.cookie.consent.accepted
- This cookie is used to check if the cookie consent warning is already accepted.
- Possible values:
true
orfalse
- Expiration: 1 year
- Encryption: None
- Example:
jive.cookie.consent.accepted="true"
- Possible values:
- jive.user.lastvisited
- This cookie is used to store the last time the user visited the site.
- Possible values: UNIX timstamp
- Expiration: 30 days
- Encryption: None
- Example:
CookieUtils.setCookie(request, response, "jive.user.lastvisited", Long.toString(now));
- jive.embeddedResponsive
- This cookie is used to control view related logic.
- Possible values:
true
orfalse
- Expiration: At session end
- Encryption: None
- Example:
jive.embeddedResponsive="true"
- Possible values:
- jive.loginEventFired
- This cookie is used when a registered user logs in.
- Possible values:
true
orfalse
- Expiration: At session end
- Encryption: None
- Example:
jive.loginEventFired="true"
- Possible values:
- jive-cookie
- This cookie is used in the Admin Console to temporarily persist an encrypted username
and password when creating a bridge between two sites. The information in the cookie is
first encrypted with AES 256 encryption, and then Base64 encoded.
- Possible values: String, Base64 encoded, encrypted username and password of the remote site
- Expiration: At session end
- Encryption: Yes
- Example:
jive-cookie="YWFyb246MTMxNTU4MjUzNTI3MDoyZDUyODNmZjhhNjExZTdlMTcyMGZhYjVhNWNkNjI0Yg"
- jive.explicit.login
- This cookie is stored with value true if Jive Property
customauth.require.explicit.first.time.login
is enabled.- Possible values:
true
orfalse
- Expiration: 1 days
- Encryption: None
- Example:
jive.explicit.login="true"
- Possible values:
- jive.login.type
- This cookie contains login-type which can be either
form
for the default login orsaml
for SSO login.- Possible values:
form
orsaml
- Expiration: 30 days
- Encryption: None
- Example:
jive.login.type="saml"
- Possible values:
- jive.login.ts
- This cookie stores the time stamp of the user last login.
- Possible values: Unix time in ms
- Expiration: At session end
- Encryption: None
- Example:
1387387736841
- jive.tipGroups.skipped
- This cookie stores the list of Skipped Tip Groups separated by "|".
- Possible values: Integers with "|" deliminator
- Expiration: At session end
- Encryption: None
- Example:
jive.tipGroups.skipped="123|789"
- jive.mobile.redirect
- This cookie retains the user selection for opening content in the Jive Mobile app or
the Jive Daily: Intranet on the go app when using a mobile device. Currently supported for
iOS devices only.
- Possible values:
web
,native
- Expiration: 1 month
- Encryption: None
- Possible values:
- jive.saml.passive.tried
- This cookie is used to mark when SAML passive authentication has already been
attempted.
- Possible values:
true
- Expiration: 3600 seconds (one hour).
- Encryption: None
- Example:
jive.saml.passive.tried="true"
- Possible values:
- jive.security.context
- This cookie is the authentication context for the user.
- Possible values: The user's encrypted security context.
- Expiration: 30 minutes unless refreshed. Same as the standard servlet container session timeout.
- Encryption: AES 256
- Example:
jive.security.context="SdRw2i/HXoh1+LwTBLFy3Q==.MzA3OQ=="
- jive.server.info
- This cookie is used on the front-end in combination with Content Distribution Networks
(CDN) to associate the user with a specific server (also
known as session affinity).
- Possible values: String, a combination of the
serverName
,serverPort
,contextPath
,localName
,localPort
, andlocalAddr
- Expiration: At session end
- Encryption: None
- Example:
jive.server.info="serverName=community.example.com:serverPort=443:contextPath= :localName=localhost.localdomain:localPort=9001:localAddr=127.0.0.1"
- Possible values: String, a combination of the
- jiveTimeZoneID
- This cookie is used on the front-end for guest and anonymous users who choose a
timezone setting.
- Possible values: String, timezone ID
- Expiration: 30 days
- Example:
jiveTimeZoneID="234"
- jive.user.loggedin
- This cookie is used on the front-end in combination with Content Distribution Networks
(CDN) to denote the status of the current request.
- Possible values: String, true if the current request originates from a browser where the user is logged in
- Expiration: At session end
- Encryption: None
- Example:
jive.user.loggedin="true"
- jive_wysiwygtext_height
- This cookie is used on the front-end to persist the height of the editor window across
sessions.
- Possible values: Integer, the height in pixels of the editor after the user chooses to expand the editor window
- Expiration: 1 year
- Example:
jive_wysiwygtext_height="500"
- X-JCAPI-Token
- This cookie is used with all application and browser DELETE, POST, PUT calls for CSRF
protection.
- Possible values: String
- Expiration: At session end
- Encryption: None
- Example:
CookieUtils.setCookie(req, res, "X-JCAPI-Token", StringUtils.randomString(8), -1);
- X_JAPP_INSTANCE
- This cookie is used to preview the site with an unpublished template.
- Expiration: 2 days
- Encryption: Yes
- JSESSIONID
- This cookie is used on the front-end and the Admin Console to identify a session. It
is part of the Java Servlet specification, as described in http://www.oracle.com/technetwork/java/javaee/servlet/index.html.
- Possible values: String, the unique token generated by Apache Tomcat
- Expiration: At session end
- Encryption: None
- Example:
JSESSIONID="1315409220832msB9E3A98AA1F2005E61FA975963FA4D12.node01"
- linkedin_oauth_
- This cookie is used to communicate and authenticate with LinkedIn.
- NITRO_SESSION_*
- This cookie is used to display points from Bunchball.
- Possible values: String
- Expiration: At session end
- Encryption: None
- Example:
NitroCookies.createJSCookie("NITRO_SESSION_" + cp.apiKey + "_" + cp.userId, data.Nitro.Login.sessionKey, 1/72);
- noredirect
- This cookie used to control the redirect to mobile websites if redirection is
enabled.
- Possible values:
true
orfalse
- Expiration: At session end
- Encryption: None
- Example:
noredirect="true"
- Possible values:
- nps_currentUserKey
- This cookie contains current login user information.
- Possible values: String, current login user information in the following format:
nps_<userId>_<product>_<version>
- Expiration: At session end
- Encryption: None
- Example:
nps_currentUserKey="nps_2002_jive_2018.1"
- Possible values: String, current login user information in the following format:
- nps_maxThreshold
- This cookie holds Maximum Threshold value in seconds for NPS.
- Possible values: Integer
- Expiration: At session end
- Encryption: None
- Example:
nps_maxThreshold="300"
- place_info
- This cookie is used to temporarily store the tile configuration information when a
user is configuring a tile that integrates with a third-party system, such as Google
Docs. After the user clicks Save in the place template editing
interface, the cookie is destroyed.
- Expiration: After place template changes are saved
- Encryption: None
- Example:
place_info="placetype%3A700%26placeid%3A5758
"
- skin.palette.preview
- This cookie is used to preview the site with an unpublished template.
- Possible values: ID (long value) of the template.
- Expiration: 30 days
- Encryption: None
- Example:
skin.palette.preview="1001"
- st2
- This cookie is related to an encrypted security token that is used to identify whether
the call is made from iframe of an app.
- Expiration: At session end
- Encryption: Yes
- SPRING_SECURITY_REMEMBER_ME_COOKIE
- This cookie is used on the front-end as part of the security authentication process to
denote whether or not the user wants to have their credentials persist across sessions.
It is part of the Spring Security specification, as described at http://static.springsource.org/spring-security/site/docs/3.0.x/reference/remember-me.html.
- Possible values: String, the Base64 encoded username and expiration time combined with an MD5 hex hash of the username, password, expiration time, and private key
- Expiration: Defaults to 14 days
- Encryption: None. This is an MD5 hex hash
- Example:
SPRING_SECURITY_REMEMBER_ME_COOKIE="YWFyb246MTMxNTU4MjUzNTI3MDoyZDUyODNmZjhhNjExZTdlMTcyMGZhYjVhNWNkNjI0Yg"
- termsAndConditionsAcceptanceRequired
- This cookie indicates the user needs to accept Terms and Conditions.
- Possible values:
true
orfalse
- Expiration: At session end
- Encryption: None
- Example:
termsAndConditionsAcceptanceRequired="true"
- Possible values:
- <userid>__action
- This cookie holds the value of user action performed on NPS.
- Possible values:
never
orshared
- Expiration: Never until manually cleared
- Encryption: None
- Example:
<userid>__action="Never"
- Possible values:
- <userid>_usagetime
- This cookie holds user usage time in seconds, and it is used for NPS handling.
- Possible values: Integer
- Expiration: Never until manually cleared.
- Encryption: None
- Example:
<userid>_usagetime="120"