[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cgiapp] CAP::Authentication & cookies


> I don't see how CGI::Application::Plugin::LinkIntegrity addresses this issue,
> unless you override its additional_data (or even checksum_generator() ) method
> to add a sid.

I may add a hook to let you globally adjust the parameters to all URLs
in your application.  This would allow you to do this:

    sub make_link_hook {
        my ($self, $uri) = @_;
        $uri->param('CGISESSID' => $self->session->id);
    }

But a higher priority at the moment is to integrate it with
C::A::Dispatch v2 (or alternately roll its checksumming feature into 
whatever link generation functions get written for C::A::D).

But even before all that, I have to fix a bug in LinkIntegrity which is
currently preventing it from...um...actually working.  Film at 11.


Michael



---
Michael Graham <suppressed>


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/suppressed/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.