[Seaside] Application/Session Objects

Philippe Marschall philippe.marschall at gmail.com
Wed Feb 22 10:09:27 UTC 2006


> Where/how should I create objects that will be available to the
> entire application or session?

Create a subclass of WASession, you can store everything you need
there. In the configuration override the session class of your
application to your session class.

Philippe


More information about the Seaside mailing list