Files
ROC/modules/session_auth/cms_session_constant.e
jvelilla 2255fcc0f6 Added Module Session Authentication with Cookies.
Updated Demo example with the Module Session (Authentication with Cookies)
Fixed little issue with SQL query in OpenID module.
2015-12-16 16:00:58 +01:00

14 lines
264 B
Plaintext

note
description: "Summary description for {CMS_SESSION_CONSTANT}."
date: "$Date$"
revision: "$Revision$"
class
CMS_SESSION_CONSTANT
feature
session_auth_token: STRING = "EWF_ROC_SESSION_AUTH_TOKEN_"
-- Name of Cookie used to keep the session info.
end