Why do you want to add things to your server-side session? You dont need to do that for single sign-on. We have been using single-sign on with our Flex apps on WebLogic 8.1SP3 for years now and it works like a charm. The only thing we have to do in WebLogic, is make sure that every web application is using the same cookie name on the weblogic.xml and it works. Don't know what app server you are using, but you should lookout for something similar. Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of xmwang1982 Sent: Wednesday, September 10, 2008 6:07 AM To: [email protected] Subject: [flexcoders] Remote Object and Session ??????? Hi experts, How to add variables into the session of a remote object? Because, we can set channels to other servers in code. In order to do something like single sign on, I want to store something like session UUID into the session of HTTP connection of the remote object. Any idea? Thanks a lot. -- WARNING ------- This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient. No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message. If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system. The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful. If you have received this e-mail in error, please notify the sender. AVIS IMPORTANT -------------- Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé. L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation. Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système. La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux. Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.

