On Tue, Mar 31, 2009 at 1:52 PM, ptrash <[email protected]> wrote: > That means if the user visites 3 bookmarkable pages, then three sessions will > be created?
Yes, but TEMPORARY sessions that are not bound to a HTTP session. These will be available to the garbage collector after each request. This has nothing to do with your container sessions. Martijn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
