On 2005-07-05, Michael Peters <[EMAIL PROTECTED]> wrote:
>
> There is at least one more that I would like to make. I've tried to
> contact the author before about it, but to no avail. It envolves
> allowing C::S to use mod_unique_id to generate the unique identifier
> since this works better (more reliably) in a clustered environment.
>
> I've got it mostly done, I guess I'm just waiting for the 'official' svn
> repo to be setup (no offence to darcs :). It's a minor addition anyway
> so it shouldn't be a big deal, I just wanted to mention it.
I believe this is already supported in 4.x:
use CGI::Session;
$session = new CGI::Session("id:static", $ENV{UNIQUE_ID});
However, I think the module name should be renamed from 'static' to
something else. It's an interface to allow you provide whatever IDs you want.
So a better name might be:
'provided'
See:
http://search.cpan.org/~sherzodr/CGI-Session/Session/ID/static.pm
Mark
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/[email protected]/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]