Commit info for scoop/etc:

Modified Files:
	startup.pl 
Log Message:
Adding a Scoop::Session module, which removes the dependency on
Apache::Session. This one doesn't use deadlock-prone locking as the previous
one did, and seems to perform better (in a simple benchmark). It should also be
compatible with most databases without any changes, as it uses simple queries.
Also updated sessionreap cron to work with the new session table.

There's no migration script; it's not worth the effort. Users will just have to
log back in.



Index: startup.pl
===================================================================
RCS file: /cvs/scoop/scoop/etc/startup.pl,v
retrieving revision 1.64
retrieving revision 1.65
diff -r1.64 -r1.65
76d75
< use Apache::Session::MySQL qw();
126c125
< use Scoop::Admin::Logging;
---
> use Scoop::Session;
152a152
> use Scoop::Admin::Logging;