1)修改php.ini文件中的gc_maxlifetime变量就可以延长session的过期时间了session.gc_maxlifetime = 86400然后,重启你的web服务(一般是apache)就可以了2)未完待续