Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

session info form jsp to flash movie

Status
Not open for further replies.

womblies

Programmer
Feb 28, 2003
62
IE
The Flash Remoting session is independent of HTTPSession objects available to JSPs and servlets. A stateful JavaBean instantiated through Flash Remoting MX cannot access an object stored in a session by a JSP or servlet. Conversely, a JSP or servlet cannot use its session to access a JavaBean instantiated through Flash Remoting MX."

Is there a way to transfer the session information from a JSP to a flash movie?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top