Make sure you're using cake (or db) sessions, not php sessions, then ratchet up the timeout to some number that will likely never be reached. Note that if he clears his cookies (or his browser automatically clears them, he will no longer be associated with a previous, yet still active session, offering the illusion to him that his session has expired.
Matt On Wed, May 19, 2010 at 10:43, WhyNotSmile <[email protected]> wrote: > A client has asked me to remove the session timeout feature in his app > (using Cake 1.2). Can I do this? If so, how? > > I'm not a huge fan of turning it off, but that's what the client has > asked for - I've explained why it's in there, but this is what he > wants. > > So, can anyone tell me how to do this? Or is it easiest just to set > the timeout to a really long period of time, like a day or so? > > Thanks! > > 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 [email protected] > To unsubscribe from this group, send email to > [email protected] For more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
