Help for this page

Select Code to Download


  1. or download this
    package Mason::MyDynHandler;
    
    ...
        return OK;
        
    }
    
  2. or download this
    <FilesMatch "\.dynjs$">
            PerlSetVar Filter On
    ...
            PerlSetVar  MasonRequestClass            MasonX::Request::With
    +ApacheSession
            PerlSetVar  MasonSessionClass            Apache::Session::File
    </FilesMatch>