I want to extend the session time in php. I am giving one example. once session is started and I have declare session time for 10 min after 10 min it will ask user to increase the session time when user click ok it will increase the session time. How I will do that??? Help fast pls. Thanks, Subikar
If you wish to increase the session timeout, you may include the following command line in to the first line after the php tags. ini_set("session.gc_maxlifetime","14400");//seconds PHP: