summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorgodzilla80@gmx.net <>2011-02-26 13:53:39 +0000
committergodzilla80@gmx.net <>2011-02-26 13:53:39 +0000
commit09e47185124cc4674fac4656959d57c92537d355 (patch)
tree5883957e850efc37443f4a68bea40f2d765f06cd /HISTORY
parentd016d6c7f9d4f0ca44e004c2cfad5d98be1e86c7 (diff)
Add THttpSession::regenerate() to update the current session id with a newly generated one
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index ac6ad32f..c010556e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -18,6 +18,7 @@ BUG: Issue#246: TQueue::peek returns the top not the bottom (Christophe)
CHG/ENH: Change behavior of THttpRequest::getBaseUrl() & THttpRequest::getAbsoluteApplicationUrl() to make it possible to force either http or https (Yves)
EHN: Add property SecureConnection to TUrlMappingPattern and related enum TUrlMappingPatternSecureConnection to make it possible to to define wether to use http or https on pattern level (Yves)
EHN: Add second parameter to THttpResponse::appendHeader whether the header should replace a previous similar header, or add a second header of the same type (Yves)
+ENH: Add THttpSession::regenerate() to update the current session id with a newly generated one (Yves)
Version 3.1.7 February 22, 2010
ENH: Issue#24 - Specify needed fields on demand (Yves)