[guest - Mon Apr 26 21:02:37 2004]:
Show quoted text> By adding a session iterator method, other classes could have access
> to
> all sessions. For instance, my module CGI::Session::ExpireSessions
> could
> then access sessions in such a way that it would work with the class
> CGI::Session::PureSQL. At the moment, it is impossible to combine
> CGI::Session::PureSQL with CGI::Session:ExpireSessions.
Ron,
Thanks for advocating on behalf of PureSQL. :) I'm trying to help out
today by reviewing a lot of these old bug reports. It turns out this
one was already been addressed by the introduction of the find() method
present in the 4.x series, available now as a developer release on
CPAN.
It would be great if you wanted to review that and provide feedback
before the official release.
But I think it's safe to consider this bug "resolved" in light of that.
Mark