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 red pill

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


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, 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 red pill

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en




-- 
Regards,
Mohammad Arif Hossen
Software Enginner at
Epsilon Consulting and Development Services(ECDS)
www.ecds-tech.com
www.arifhossen.wordpress.com
+88 01714355911

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


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 deleting your cookies (a lot of anti-spyware programs
do this) or using a private browsing option in your browser, it's
going to destroy your session as well. There are also some plugins for
Firefox that let you monitor HTTP headers so that you can debug
potential issues with the session_id cookie.

On Jun 14, 4:50 am, arif hossen arifhossen2...@gmail.com wrote:
 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, 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 red pill

  Check out the new CakePHP Questions sitehttp://cakeqs.organd help others
  with their CakePHP related questions.

  You received this message because you are subscribed to the Google Groups
  CakePHP group.
  To post to this group, send email to cake-php@googlegroups.com
  To unsubscribe from this group, send email to
  cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
   more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en

 --
 Regards,
 Mohammad Arif Hossen
 Software Enginner at
 Epsilon Consulting and Development 
 Services(ECDS)www.ecds-tech.comwww.arifhossen.wordpress.com
 +88 01714355911

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en