Skip to content
Snippets Groups Projects
Commit 1a0778d1 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #855394 by aspilicious: fix newlines in session.inc.

parent 429d0c36
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -61,6 +61,7 @@ function _drupal_session_close() {
*
* @param $sid
* Session ID.
*
* @return
* Either an array of the session data, or an empty string, if no data
* was found or the user is anonymous.
......@@ -134,6 +135,7 @@ function _drupal_session_read($sid) {
* Session ID.
* @param $value
* Serialized array of the session data.
*
* @return
* This function will always return TRUE.
*/
......@@ -447,6 +449,7 @@ function _drupal_session_garbage_collection($lifetime) {
* @param $status
* Disables writing of session data when FALSE, (re-)enables
* writing when TRUE.
*
* @return
* FALSE if writing session data has been disabled. Otherwise, TRUE.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment