10

Увеличить срок жизни сессии

<?php
ini_set('session.gc_maxlifetime', 3600*24*30);
session_set_cookie_params(3600*24*30);
session_start();