Commit 0065f723 authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Cleaning minor sonar code compliance

Move this trailing comment on the previous empty line

Signed-off-by: default avatarBenoit Mortier <benoit.mortier@opensides.be>
Showing with 1 addition and 1 deletion
+1 -1
...@@ -40,7 +40,7 @@ header("Content-type: text/html; charset=UTF-8"); ...@@ -40,7 +40,7 @@ header("Content-type: text/html; charset=UTF-8");
/* Set cookie lifetime to one day (The parameter is in seconds ) */ /* Set cookie lifetime to one day (The parameter is in seconds ) */
session_set_cookie_params(24 * 60 * 60); session_set_cookie_params(24 * 60 * 60);
session_cache_expire(60 * 24); // default is 180 session_cache_expire(60 * 24);
ini_set("session.gc_maxlifetime", 24 * 60 * 60); ini_set("session.gc_maxlifetime", 24 * 60 * 60);
/* Start session */ /* Start session */
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment