comparison Lib/IMPL/Web/QueryHandler/SecureCookie.pm @ 158:a9f4ba4783eb

Minor changes
author wizard
date Tue, 02 Nov 2010 20:17:22 +0300
parents 964587c5183c
children 4267a2ac3d46
comparison
equal deleted inserted replaced
157:c7652cf29a80 158:a9f4ba4783eb
42 $sid, 42 $sid,
43 $cookie, 43 $cookie,
44 $this->salt 44 $this->salt
45 ) 45 )
46 ) { 46 ) {
47 # TODO: add a DefferedProxy to deffer a request to a data source
47 my $context = $action->application->security->sourceSession->find( 48 my $context = $action->application->security->sourceSession->find(
48 { id => $sid } 49 { id => $sid }
49 ) or return $nextHandler->(); 50 ) or return $nextHandler->();
50 51
51 my ($result,$challenge) = $context->auth->ValidateSession($cookie); 52 my ($result,$challenge) = $context->auth->ValidateSession($cookie);