J. Erik Heinz wrote:
Hi,
i tried to understand the sessionhandling in agavi, but i have still
some lacks.
I started the session in the action:
A storage (usually a SessionStorage or its subclass, no other storages
are currently implimented in the official Agavi) is _automatically_
initialized by the framework according to your settings in factories.ini
(in Agavi 0.9) or in context.ini (in Agavi 0.10.0-DEV).
This sample only applies to context.ini:
storage = "CreoleSessionStorage"
storage.param.session_name = "MyWebAppSession"
storage.param.db_table = "SESSION";
storage.param.db_id_col = "SESSIONID";
storage.param.db_time_col = "LASTUSED";
storage.param.db_data_col = "DATA";
-veikko
_______________________________________________
agavi-dev mailing list
[email protected]
http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev