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

Re: Problems with CGI::Application::Plugin::Session

by rhesa (Vicar)
on Oct 26, 2007 at 15:54 UTC ( [id://647418]=note: print w/replies, xml ) Need Help??


in reply to Problems with CGI::Application::Plugin::Session

This:
COOKIE_PARAMS => { -expires => '+1h', -path => '../tmp', },
messes it up for you. The cookie path param pertains to the URL of the request, and so it's not sent back to your app (since /cgi-bin doesn't fall under ../tmp).

Try leaving it out until you need it:

COOKIE_PARAMS => { -expires => '+1h', },

Replies are listed 'Best First'.
Re^2: Problems with CGI::Application::Plugin::Session
by lsteele (Initiate) on Oct 26, 2007 at 16:01 UTC
    That's solved it. Thanks very much!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-25 12:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found