No, HTTP sessions are stored on the server-side, so you can't access them
from just the client side. The only thing you CAN access on the client side
is cookies, which may contain the session id, but the actual data is stored
on the server-side, indexed by that key.

Patrick

2006/12/27, Ryan <[EMAIL PROTECTED]>:

  I was curious if there was any way that flex could access a HTTP
Session. I have not seen any type of tutorial/doc posted that might
work other than a very small note in the help section of flex's
installed doc's.

At this point my only solution is to use flash vars to capture the
session ID, then I'm going to write a Web Service that will take that
Session ID and return all the variables I need. I was hoping that
there might be an ez'er way cutting out the Web Service.

Thanks, Ryan

Reply via email to