--- MasonX-Request-WithApacheSession-0.30/lib/MasonX/Request/WithApacheSession.pm       2004-03-19 14:27:55.000000000 -0800
+++ MasonX-Request-WithApacheSession patched/lib/MasonX/Request/WithApacheSession.pm    2007-06-28 05:00:29.000000000 -0700
@@ -74,7 +74,7 @@
 
     my $self = $class->SUPER::new(@_);
 
-    return if $self->is_subrequest;
+    return $self if $self->is_subrequest;
 
     # backwards compatibility
     $self->{session_param_name} =


