Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Dancer2 sessions under Plack

by fishboy (Initiate)
on Nov 28, 2013 at 04:42 UTC ( [id://1064730]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    appname: "TestSession"
    layout: "main"
    ...
        template_toolkit:
          start_tag: '[%'
          end_tag:   '%]'
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    
    use TestSession;
    TestSession->dance;
    
  3. or download this
    package TestSession;
    use Dancer2;
    ...
     };
    start;
    true;
    
  4. or download this
    <VirtualHost 96.0.255.146:80>
        ServerAdmin webmaster@dataship.com
    ...
        ErrorLog /var/log/httpd/www.retireaboard.com.log
        CustomLog /var/log/httpd/retireaboard_access.log combined
    </VirtualHost>
    
  5. or download this
    [Wed Nov 27 01:15:53 2013] [error] [client 24.86.10.67] Error while lo
    +ading /var/www/retireaboard/RetireAboard/bin/app.pl: Unable to create
    + session dir : ./sessions : Permission denied at (eval 135) line 11\n
    +Compilation failed in require at /var/www/retireaboard/RetireAboard/b
    +in/app.pl line 6.\nBEGIN failed--compilation aborted at /var/www/reti
    +reaboard/RetireAboard/bin/app.pl line 6.\n
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1064730]
Approved by kcott
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-28 13:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found