diff options
author | Christophe.Boulain <> | 2010-01-14 12:42:44 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2010-01-14 12:42:44 +0000 |
commit | b1f71c1b816615bb8e38728a1c76051c1ef7517f (patch) | |
tree | 007d6cd3ec8c3859308b85363aeda86c67f4bb13 /framework/Exceptions/messages/messages.txt | |
parent | 10b1f048ceca6d875000335056dc6ef2f2a6bfe4 (diff) |
Fixed Issue#86
Diffstat (limited to 'framework/Exceptions/messages/messages.txt')
-rw-r--r-- | framework/Exceptions/messages/messages.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Exceptions/messages/messages.txt b/framework/Exceptions/messages/messages.txt index 425979a3..0750c38d 100644 --- a/framework/Exceptions/messages/messages.txt +++ b/framework/Exceptions/messages/messages.txt @@ -76,6 +76,7 @@ httpsession_autostart_unchangeable = THttpSession.AutoStart cannot be modified httpsession_gcprobability_unchangeable = THttpSession.GCProbability cannot be modified after the session is started. httpsession_gcprobability_invalid = THttpSession.GCProbability must be an integer between 0 and 100. httpsession_transid_unchangeable = THttpSession.UseTransparentSessionID cannot be modified after the session is started. +httpsession_transid_cookieonly = THttpSession.UseTransparentSessionID cannot be set when THttpSession.CookieMode is set to Only. httpsession_maxlifetime_unchangeable = THttpSession.Timeout cannot be modified after the session is started. assetmanager_basepath_invalid = TAssetManager.BasePath '{0}' is invalid. Make sure it is in namespace form and points to a directory writable by the Web server process. |