I am writing and reading session variables about half the transactions. What is the default timeout for session, if I don't set anything?
Thanks, bill On 5/14/2012 1:07 AM, TobyG [via CakePHP] wrote: > Might it be because you are not touching the session after the initial > login? Not sure if cake touches the session for you on each page > load, to prevent it from expiring? > > On Monday, 14 May 2012 03:04:10 UTC+1, bs28723 wrote: > > Is a user's login controlled by session timeout? > What is the default session timeout if not set in configuration? > > In my testing, a user logins, and things work for several hours, but > even if active, the account seems to timeout and I have to login. > Is this normal? So this is not an 'idle timeout' This is just > timeout > after XXX minutes. > If so, how do you update this based on activity, and make this an > idle > timeout? > > Thanks, > bill > > ------------------------------------------------------------------------ > View this message in context: Login / idle timeout > <http://cakephp.1045679.n5.nabble.com/Login-idle-timeout-tp5707909.html> > Sent from the CakePHP mailing list archive > <http://cakephp.1045679.n5.nabble.com/> at Nabble.com. > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and > help others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [hidden email] </user/SendEmail.jtp?type=node&node=5707910&i=0> For > more options, visit this group at http://groups.google.com/group/cake-php > > > ------------------------------------------------------------------------ > If you reply to this email, your message will be added to the > discussion below: > http://cakephp.1045679.n5.nabble.com/Login-idle-timeout-tp5707909p5707910.html > > > To start a new topic under CakePHP, email > [email protected] > To unsubscribe from CakePHP, click here > <http://cakephp.1045679.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1255722&code=YmlsbC5zdG9sdHpAYm9vc3RlcndlYnNvbHV0aW9ucy5jb218MTI1NTcyMnwtNTU0NTk2MTUy>. > NAML > <http://cakephp.1045679.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > > -- View this message in context: http://cakephp.1045679.n5.nabble.com/Login-idle-timeout-tp5707909p5707933.html Sent from the CakePHP mailing list archive at Nabble.com. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
