Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Is it possible to have 2 CAP::Sessions?

by friedo (Prior)
on Jul 06, 2008 at 00:30 UTC ( [id://695769]=note: print w/replies, xml ) Need Help??


in reply to Is it possible to have 2 CAP::Sessions?

Unfortunately, it looks like CAP::Session does not support having multiple session configs in a single instance. Peeking at the source (which is pretty straightforward) it stores the stuff you pass to session_config in $self->{__CAP__SESSION_CONFIG} and doesn't pay attention to the session names.

It seems like this would be a pretty easy feature to add; maybe I'll take a whack at it in the upcoming weeks or so. For now, I think you're stuck writing your own session wrapper, or stuffing everything together in one session store.

Update: Patch submitted. I must be really bored.

Replies are listed 'Best First'.
Re^2: Is it possible to have 2 CAP::Sessions?
by bradcathey (Prior) on Jul 06, 2008 at 01:16 UTC

    Not what I wanted to hear, but at least it confirms my suspicions.

    Thanks.

    —Brad
    "The important work of moving the world forward does not wait to be done by perfect men." George Eliot

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (8)
As of 2024-04-19 15:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found