From: Tomas Doran Date: Wed, 16 Jun 2010 17:39:54 +0000 (+0000) Subject: Clarify docs X-Git-Tag: v0.30~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session.git;a=commitdiff_plain;h=b6dae3d3830b5a1f5b8369e945a30e83db674bd5 Clarify docs --- diff --git a/lib/Catalyst/Plugin/Session.pm b/lib/Catalyst/Plugin/Session.pm index ee3347e..0bd779c 100644 --- a/lib/Catalyst/Plugin/Session.pm +++ b/lib/Catalyst/Plugin/Session.pm @@ -1105,11 +1105,8 @@ changes by request a =back -If this is a concern in your application, a soon-to-be-developed locking -solution is the only safe way to go. This will have a bigger overhead. - -For applications where any given user is only making one request at a time this -plugin should be safe enough. +For applications where any given user's session is only making one request +at a time this plugin should be safe enough. =head1 AUTHORS