InterviewSolution
Saved Bookmarks
| 1. |
How to extend login expire time in Auth? |
|
Answer» You can EXTEND the LOGIN expire time with config\session.php this file location. Just update lifetime the value of the variable. By default it is 'lifetime' => 120. According to your REQUIREMENT update this variable. Example'lifetime' => 180 |
|