Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 131893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T06:10:37+00:00 2026-05-11T06:10:37+00:00

(With reference to this answer :) When I POST with a URLRequest, does it

  • 0

(With reference to this answer🙂

When I POST with a URLRequest, does it automatically include cookies from the browser session in which Flash is hosted? If not, how can I make it include them, or if necessary retrieve them and include them myself?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T06:10:38+00:00Added an answer on May 11, 2026 at 6:10 am

    Provided the cookie domains (of the page hosting the Flash control and the URL to which you’re posting) match, then yes, the browser cookies get sent with the request by default. As a quick example (working version here), I’ve thrown together a simple ColdFusion page hosting a SWF containing the following code:

    <mx:Script>     <![CDATA[          private function btn_click():void         {             var req:URLRequest = new URLRequest('http://test.enunciato.org/test.cfm');             req.method = URLRequestMethod.POST;              var postData:URLVariables = new URLVariables();             postData.userName = 'Joe';             postData.userCoolness = 'very-cool';              req.data = postData;             navigateToURL(req);         }      ]]> </mx:Script>  <mx:Button click='btn_click()' label='Submit' /> 

    … and in that page, I set a cookie, called ‘USERID’, with a value of ‘12345’. After clicking Submit, and navigating to another CFM, my server logs reveal the cookie passed through in the request:

    POST /test.cfm HTTP/1.1 Mozilla/5.0
    ASPSESSIONIDAASRDSRT=INDFAPMDINJLOOAHDELDNKBL;
    JSESSIONID=60302395a68e3d3681c2;
    USERID=12345
    test.enunciato.org 200

    If you test it out yourself, you’ll see the postData in there as well.

    Make sense?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I apologize if this has been answered, I've searched for some time and could
as per the class reference the TixmlText takes const char* values as input. i
I work on a huge script in \latex. I want to be able to
I have a form that validates and posts with Ajax, or more specifically, with
Mobile Safari resizes some of the text by default, including <h1> and <h2> elements.
In a MVC3-application with Ninject.MVC 2.2.0.3 ( after merge ), instead of injecting repostories
I have 2 applications running on the same domain. The flow goes like so:
Original question So the project I'm working on is deathly paranoid about file uploads.
I am looking to merge multiple xslt stylesheets (V1.0) into one stylesheet. I have
I've read many of the answers here about 1-1 relationships, modeling object-type relationships, etc.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.