I have an "On Session Start" handler. I have now set the default session time-out to .1, which seems to clean-up the zombie session every 10 seconds.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aparajita Fishman Sent: Wednesday, July 02, 2008 5:41 PM To: [EMAIL PROTECTED] Subject: Re: [Active4d-dev] So many Internal Session ID's - is something wrong? > It appears to create session ID's for every call to the web server. > Is this > correct? From the documentation: When Active4D Sends Session Cookies Even though Active4D generates a session ID when a client accesses your site, it does not create the session in memory or send a session cookie to the client unless when one of the following happens: - The On Session Start event handler is defined (it need not set any session data) - A script sets some session data - A script uses the session command to get a session iterator Is one of those conditions true in your site? Regards, Aparajita www.aparajitaworld.com "If you dare to fail, you are bound to succeed." - Sri Chinmoy | www.srichinmoy.org _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/ _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
