about apache session timeout

Posted by Albert 4679Day 20Hour 43Min 16Sec ago [2012-06-27]

sometimes you can find your website logout Automatically when you are not using that longtime.

[Session]
session.save_handler = files
session.save_path = /tmp
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.gc_maxlifetime = 1440
session.cache_expire = 180


if you are use apache webserve you can refer  follow link

http://korcow.egloos.com/1705728




LIST

Copyright © 2014 visionboy.me All Right Reserved.