On Wednesday, May 22, 2002, at 06:19 AM, Alex S wrote: > Puneet Kishor wrote: > >> I think the file-based system would be great. So, has anyone >> written this or is writing it, or should I proceed onward with >> a blank slate? > > > Try using CPAN to list/search the Apache::Session sub modules. > I don't know for sure... but there may be some. Also, maybe > there's something under CGI::??? Just be sure to check if they > use the Semaphores modules.
Try looking at Cache::Cache too. Lots of people implement session mechanisms using Cache::Cache even when Apache::Session *is* available. -Ken