Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

session_start cookie lifetime

<?php
// This sends a persistent cookie that lasts a day.
session_start([
    'cookie_lifetime' => 86400,
]);
?>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #cookie #lifetime
ADD COMMENT
Topic
Name
7+5 =