Re: [nyphp-talk] Session timing out too soon

2008-12-04 Thread Anirudhsinh Zala
On Thursday 04 December 2008 20:01:31 Michael Sims wrote: > On Thursday 04 December 2008, Aaron Fischer wrote: > > Greetings, > > > > I have an application built for internal use that has a user login and > > then uses sessions to track their state. I am running into a problem > > in that their se

Re: [nyphp-talk] PHP/Java Bridge

2008-12-04 Thread Daniel Krook
Hi Donald, > From: "Donald J. Organ IV" <[EMAIL PROTECTED]> > To: NYPHP Talk > Date: 12/03/2008 03:48 PM > Subject: [nyphp-talk] PHP/Java Bridge > > So I am trying to use Apache Lucene to add searching to a > site I am working on. And so far I have been able to use > the PHP/Java Bridge for th

Re: [nyphp-talk] Session timing out too soon

2008-12-04 Thread Petros Ziogas
That was an awesome read. I felt really good for doing something similar for some years now :) I also agree that authentication should not rely on anything more than a well written algorythm. Petros Ziogas http://www.royalblue.gr On Thu, Dec 4, 2008 at 5:09 PM, Paul A Houle <[EMAIL PROTECTED]>

Re: [nyphp-talk] Session timing out too soon

2008-12-04 Thread Paul A Houle
Dan Cech wrote: If you switch to a custom session storage system (ie, database-backed sessions), then you can control the GC this way because they won't be cleaned up by the default garbage collector. This is the real answer. PHP sessions (as well as the session mechanisms built into othe

Re: [nyphp-talk] Session timing out too soon

2008-12-04 Thread Michael Sims
On Thursday 04 December 2008, Aaron Fischer wrote: > Greetings, > > I have an application built for internal use that has a user login and > then uses sessions to track their state. I am running into a problem > in that their session seems to expire if they are on one page for > somewhere between

Re: [nyphp-talk] Session timing out too soon

2008-12-04 Thread Dan Cech
Aaron Fischer wrote: > I would like to have the user be able to be logged in for a full eight > hour day, regardless of their level of activity. > > How would I do this? I would appreciate any suggestions. Also of note, > I am in a shared hosting environment. > > I tried three different solutio

[nyphp-talk] Session timing out too soon

2008-12-04 Thread Aaron Fischer
Greetings, I have an application built for internal use that has a user login and then uses sessions to track their state. I am running into a problem in that their session seems to expire if they are on one page for somewhere between 15-25 minutes. This creates a big problem because th