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

  • Home
  • SEARCH
  • 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 8734559
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T09:51:54+00:00 2026-06-13T09:51:54+00:00

i did everything exactly the same as in the cookies example (shown here http://www.atozed.com/intraweb/docs/Develop/Cookies.aspx

  • 0

i did everything exactly the same as in the cookies example (shown here http://www.atozed.com/intraweb/docs/Develop/Cookies.aspx), but it’s not compiling and it says “[DCC Error] Login.pas(38): E2035 Not enough actual parameters” and places the courser right after the “WebApplication.Response.Cooki­es.Add”

what am i missing?
is there a unit i need to add to the uses?

i use Delphi XE2, and Intraweb 2.1.23
oh, and i’m new to intraweb…

please help
thank you

  • 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. Editorial Team
    Editorial Team
    2026-06-13T09:51:55+00:00Added an answer on June 13, 2026 at 9:51 am

    Here is a working code block that will create a Cookie in Intraweb 12.2.8 XE2

    make sure that you add IW.HTTP.Cookie in your uses clause.

    and of course you will have to modify the TiwfrmMain to match your iwform and also declare the procedure 🙂 via: procedure MakeCookie; in your

    procedure TiwfrmMain.MakeCookie;
        var cookieMain: THttpCookie;
    
    begin
    
     try
      cookieMain:=  THttpCookie.Create('email',editLogin.Text,'',Date + 999);
      WebApplication.Response.Cookies.Add(cookieMain);
      cookieMain.free;  
     except
    
     end;
    
    end;
    

    and you can also then get it via:

    procedure TiwfrmMain.SetCookie;
    begin
      try
    
    
        if WebApplication.Request.CookieFields.IndexOfName('email')> -1 then
        editLogin.Text := WebApplication.Request.CookieFields.Values['email'];
    
    
      except
    
      end;
    
    end;
    

    njoy 🙂

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

Sidebar

Related Questions

A programmer installed jquery lightbox and everything was working fine on http://www.ozhiphopshop.com.au/sub_photos.php?id=11 I wanted
I am not sure exactly is happening here but did figure out that URLLoader.close();
I came across this tutorial: http://thomas.broxrost.com/2008/04/08/django-on-google-app-engine/ Fantastic! Everything worked. I just did not fully
I did everything in Windows XP 32bit-with 4GB RAM, but thought why not install
I did everything as it is written in the book of Vaswani V. -
I believe that I did everything necessary to change my app for ipad (was
In my app, I am upgrading from Cocos2D version 1.10->2.0-rc0a. So I did everything
I did heroku create and pushed a working rails app to the server. Everything
I just did a fresh install of Apache server 2.2. Everything works. When I
Did some searches here & on the 'net and haven't found a good answer

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.