unitedlocalbands
04-15-2008, 03:53 AM
When a user logs into my site I create a set of session variables to Identify the person who is logged in.
When the flex 2 application loads for my picture uploader though it will start its own new session.... I think...
I think this because when I have the flex 2 application send the files to the server for validation and upload, the session variables do not exist, so i cant see who is uploading what.
Is there any way to make the flex 2 application exist in the current session that was created when the person logged in the first place?
When the flex 2 application loads for my picture uploader though it will start its own new session.... I think...
I think this because when I have the flex 2 application send the files to the server for validation and upload, the session variables do not exist, so i cant see who is uploading what.
Is there any way to make the flex 2 application exist in the current session that was created when the person logged in the first place?