Re: Passing control from one app to another
Re: Passing control from one app to another
- Subject: Re: Passing control from one app to another
- From: Art Isbell <email@hidden>
- Date: Mon, 31 Mar 2003 14:25:35 -1000
On Monday, March 31, 2003, at 02:02 PM, Riaz Lalehzari wrote:
But when I want to make the variables global, eg put onto session, or
onto a cookie, the behavior is not what I expected because there are
problems with context and session this early in the application (the
action method is the first thing called in the app).
Session objects aren't global in that their instance variable values
aren't available to components in other sessions. If you want values
to be global throughout a single app instance (i.e., available to all
components in all sessions), then they need to be stored in variables
in the WOApplication subclass object.
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.