Commit info for scoop/struct/patch-files/current:

Modified Files:
	README 
Added Files:
	patch-02-Sessions.sql 
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: README
===================================================================
RCS file: /cvs/scoop/scoop/struct/patch-files/current/README,v
retrieving revision 1.92
retrieving revision 1.93
diff -r1.92 -r1.93
23a24,26
> Jul  6 01:44 patch-02-Sessions.sql
> 	Drops and re-creates the sessions table to be compatible with the new
> 	Scoop::Sessions module.