I always create my own domain specific session level pull tool. For example, if I were making an ecommerce application I may have a class to represent the user's shopping cart. It may have a list of items for purchase, some methods to operate on the list, calculate totals, etc. I would just make that class the session level pull tool.
>>>>> On Fri, 31 Oct 2003 09:08:25 +1100, Scott Eade <[EMAIL PROTECTED]> said: > Eric Pugh wrote: >> This question comes up periodically.. If someone has a nice >> pulltool they would like to donate for 2.4 that would be great! >> > Yes it does come up periodically, but the solution is already there > - use User.Temp or the SessionData pull tool that Quinton made for > 2.3. > Scott > -- Scott Eade Backstage Technologies Pty. Ltd. > http://www.backstagetech.com.au > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] -- ===================================================================== Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
