Ash Berlin wrote:
On 11 Jul 2008, at 15:47, Jim Spath wrote:We've gotten some reports in one of our Catalyst applications that users are "swapping places". ie, they are suddenly logged in as another user, or someone has accessed their account. I've done some quick looking and don't see anything unusual.I was wondering if it could possibly be session key collisions? Have any of you experienced this?Yes, I've had similar reports from IE users. Let me work out what I changed..... Ah yes - it was an over zealous proxy sitting in the middle.sub end : ActionClass('RenderView') { my ($self, $c) = @_; $c->res->header(Pragma => 'no-cahce'); $c->res->header('Cache-Control' => "no-cache, must-revalidate"); }
s/no-cahce/no-cache/
signature.asc
Description: OpenPGP digital signature
_______________________________________________ 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/
