- <?php
- session_start();
- //Set PHP session with value, time
- $currentTime = time();
- $_SESSION['color'] = array(
- "value" => "blue",
- "time" => $currentTime,
- "life_time" => 5
- );
- ?>
Session time set – PHP Code |
---|
Create a file set-session.php and set value and lifetime.
Source: phppot.com |
Published: | December 20, 2022 |
Author: | admin |
Category: | PHP Source Code |
Views: | 28 |
This article was posted in PHP Source Code. Bookmark the permalink. Follow comments with the RSS feed for this post.Post a Comment or leave a trackback: Trackback URL.
|
|