Re: How i can increase session time in cakephp,

2010-06-14 Thread Marcelo F Andrade
On Mon, Jun 14, 2010 at 8:15 AM, arif hossen arifhossen2...@gmail.com wrote: Dear Experts, How i can increase session time in cakephp, You can change Security.level in app/config/core.php and there is a Session.timeout entry too. Atts. -- MARCELO F ANDRADE Belem, Amazonia, Brazil I took the

Re: How i can increase session time in cakephp,

2010-06-14 Thread arif hossen
Thank you Marcelo, my session stay only few second or few minutes no stable time. I have set session security level high and set 260, but session time out certainly . i don't know why occurs this . On Mon, Jun 14, 2010 at 6:22 PM, Marcelo F Andrade mfandr...@gmail.comwrote: On Mon, Jun 14,

Re: How i can increase session time in cakephp,

2010-06-14 Thread calvin
If you set the timeout to 260, it's still going to time out after 4 minutes and 20 seconds of inactivity. If you want people to be able to leave their desk and come back the next day and still have the session active, you'll need to set it to something way higher (try 60*60*24). Also, if you are