On Friday 07 October 2011 14:48:14 Tobias Kremer wrote: > I've written about this issue a couple of times in the past and it > seems that this still hasn't been fixed. Here's what's happening: > > 1. Request A comes in with an expired session cookie, C::P::Session > tries to find the session for the given cookie but finds nothing. > 2. Meanwhile, Request B comes in, also trying to find the session for > the same(!) cookie and goes away with empty hands as well. > 3. Both requests try to insert a new session, one succeeds, the other > dies(!) with a duplicate key constraint error from MySQL.
How will the session key calculated? Any idea? Randomly? So two random processes will calculate the same session value? -- So long... Erik _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
