| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
| Neil, If you are opening a new session for each browser connection then you can use that session count. Since you'll already have available a time-out for each session & it handles multiple logins from the same ID, but from different browsers (sessions). However, opening a new session is an expensive operation unless you need to maintain state between pages. You can optimize this a bit by killing sessions that you don't really need. You can put and remove the session IDs into a hash table stored in application scope via HttpSessionActivationListener. When you want to check the session counts you ask for the current size of the hashtable. Niels On Mar 5, 2006, at 9:52 AM, Neil Alexander wrote:
|
_______________________________________________ Do not post admin requests to the list. They will be ignored. Web-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/web-dev/email@hidden This email sent to email@hidden
| References: | |
| >ssi in Apache 2 (From: Bauer Jim <email@hidden>) | |
| >Re: ssi in Apache 2 (From: Niels Meersschaert <email@hidden>) | |
| >List of connections / users (From: Neil Alexander <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.