Veikko Mäkinen wrote:
Hey folks,

SessionStorage::initialize's auto_start implementation causes a small problem when using an inheriting class (like PostgreSQLSessionStorage or my CreoleSessionStorage [http://veikkomakinen.com/agavi/source.php?file=SessionStorage.class.php&hidelineno=true]).

this should have been http://veikkomakinen.com/agavi/source.php?file=CreoleSessionStorage.class.php&hidelineno=true of course.

This would require small changes in Context.class.php.

I had a look at this and it seems to be quite simple actually. Just abstract function autoStart(); to Storage.class.php, implementation to SessionStorage and calling this in Context::initialize after initializing storage. I'll test this a bit before sending diffs.


-veikko

_______________________________________________
agavi-dev mailing list
[email protected]
http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev

Reply via email to