You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide/changelog.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ <h3>Bug fixes:</h3>
81
81
<li>Fixed a bug (#2508) - <ahref="libraries/config.html">Config Library</a> didn't properly detect if the current request is via HTTPS.</li>
82
82
<li>Fixed a bug (#3314) - SQLSRV <ahref="database/index.html">Database driver</a>'s method <samp>count_all()</samp> didn't escape the supplied table name.</li>
83
83
<li>Fixed a bug (#3404) - MySQLi <ahref="database/index.html">Database driver</a>'s method <samp>escape_str()</samp> had a wrong fallback to <samp>mysql_escape_string()</samp> when there was no active connection.</li>
84
+
<li>Fixed a bug in the <ahref="libraries/sessions.html">Session Library</a> where session ID regeneration occurred during AJAX requests.</li>
0 commit comments