Hello all,

I'm a complete Flex newbie.  I'm trying to put together a RemoteObject 
service, and came across this in the documentation:

----------------

http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/js/html/wwhelp.htm?href=part1_ge.htm

Stateful objects

When you use the <mx:RemoteObject> tag, you use the stateful-class type 
to call methods on a class on the server. When you access a Java object 
using this syntax, the class is loaded on the server and Flex maintains 
state between method calls.

Flex uses J2EE server sessions to maintain the state of stateful Java 
objects. The server session feature depends on session cookies. The 
session cookie is sent automatically. If you want to ensure that 
non-cookie-handling clients have stateful access to Java objects, you 
can append the jsessionid to the URL. You typically do this in a 
JavaServer Pages (JSP) file by using the response.encodeURL() method.

The server session feature is available on Windows, Linux, and UNIX 
versions of the stand-alone Flash Player, but is not available on the 
stand-alone Flash Player for the Macintosh platform.

------------------

If the Macintosh platform doesn't support the "server session" feature 
and the "server session" feature is needed to maintain stateful-class 
RemoteObjects... does that mean that I can't use stateful-object if I 
want the Flex application to be available on Macintosh?

Will.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to