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

Re^4: always logged in with CGI::Session

by boboson (Monk)
on Apr 05, 2006 at 22:07 UTC ( [id://541518]=note: print w/replies, xml ) Need Help??


in reply to Re^3: always logged in with CGI::Session
in thread always logged in with CGI::Session

I am not sure yet, haven't done to much testing. But it seems to work. I removed the name and the session header calls.
sub init_session { # application object my $self = shift; my $name = shift; # change name from CGISESSID to shorter sid #CGI::Session->name($name); # init session object using CGI::Application::Plugin::Session my $session = $self->session; # send session to header #$session->header(); }

Replies are listed 'Best First'.
Re^5: always logged in with CGI::Session
by bibliophile (Prior) on Apr 06, 2006 at 14:18 UTC
    Interesting. It might be worth asking the author of C::A::Plugin::Session about that.

    -Bib

    -- WARNING: You are logged into reality as root.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-25 19:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found