Ticket #748 (new defect)
Database session handlers have concurrency issues
| Reported by: | david | Owned by: | david |
|---|---|---|---|
| Priority: | high | Milestone: | 1.1 |
| Component: | storage | Version: | 0.11.1RC2 |
| Severity: | critical | Keywords: | |
| Cc: | Patch attached: | no |
Description (last modified by david) (diff)
Typical concurrency problems, since they won't obtain an exclusive lock over the session as the normal PHP file based session handler does.
Infos:
- http://thwartedefforts.org/2006/11/11/race-conditions-with-ajax-and-php-sessions/
- http://www.mysqlperformanceblog.com/2007/03/27/php-sessions-files-vs-database-based/
- http://www.chipmunkninja.com/Troubles-with-Asynchronous-Ajax-Requests-g@
- http://www.sitepoint.com/blogs/2006/02/27/ajax-and-session-race-conditions/
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

