Re: My session caching is flaky...

2000-11-17 Thread Bodo Moeller
On Sun, Nov 05, 2000 at 10:17:08PM -0600, Scott Goodwin wrote: > The behavior: > > 1. First hit from browser: session id is generated > and stored in cache. > > 2. Second hit: session id is found in the cache > and used as expected. > > 3. Third hit: session id is found, but *not* used

My session caching is flaky...

2000-11-05 Thread Scott Goodwin
I'm using OpenSSL 0.9.5a.   The behavior:   1. First hit from browser: session id is generated     and stored in cache.   2. Second hit: session id is found in the cache     and used as expected.   3. Third hit: session id is found, but *not* used;     a new session id is created and store