Mark Stosberg wrote:
> 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});
Wow, I didn't know that you could do that. Is it new in 4.x? Would it be
worthwhile for me to go ahead with the work that would make this work?
use CGI::Session;
$session = new CGI::Session("id:ModUniqueId"...);
I've already got it almost completely done since I submitted it as a
patch to the author. If not, then maybe a doc patch using mod_unique_id
as an example would be worthwhile to showcase this feature.
--
Michael Peters
Developer
Plus Three, LP
---------------------------------------------------------------------
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]