Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 97,312
» Latest member: duanphumyhungcenter
» Forum threads: 2,426
» Forum posts: 11,370

Full Statistics

Online Users
There are currently 892 online users.
» 2 Member(s) | 887 Guest(s)
Applebot, Bing, Google, bet168fan1, duanphumyhungcenter

Latest Threads
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-09-2026, 03:02 AM
» Replies: 0
» Views: 98
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 96
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 109
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 387
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 195
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 561
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 189
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,127
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 322
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 920

 
  Ajax to open form not working with SameSite(ssoNone) and UseCookies
Posted by: valmeras - 12-26-2024, 07:12 PM - Forum: IntraWeb General Discussion - Replies (5)

I am using Intraweb 15.6.1 with C++ Builder (Rad Studio 10.2.3).
I noticed that it is not possible to open IWForm2 from IWForm1 using Ajax if the ServerControler CookieOptions has the following settings:
1. SameSite=ssoNone
2. UseCookies=True

I have attached a demo.

I will prefer to be able to keep UseCookies=True to be sure that cookies are cleaned when the browser is closed!

UseCookies: Boolean; [Published, Read/Write]

Quote:When True, IntraWeb will use cookies to do all the session management, on the browser side. When SessionCookies is False, the cookies will be persistent, i.e. even if you close and reopen the browser, the cookie will be preserved. On the other hand, when UseCookies is True and SessionCookies is also True, IntraWeb will create HTTP session cookies which are not persistent, meaning that the session will be lost, on the browser side, when the browser is closed.



Attached Files
.zip   SameSite.zip (Size: 120.14 KB / Downloads: 2)
Print this item

  Improve performances of an Intraweb App
Posted by: DidierMenant - 12-17-2024, 07:44 AM - Forum: IntraWeb General Discussion - No Replies

Hello,

We are currently encountering performance issues in my Intraweb Application (version 15.2.25 with CGDevTools).
We would like advices on how to improve them from an Intraweb perspective. What are the settings/best practices to implement in order to improve it as much as possible ?
We already checked what is explained in this article, and would like to go further.

A few more questions concerning this topic :
 - What is the use of the CacheDir property in the ServerController ? We already read this article but it didn't help us to understand its purpose.
 - Would-it be possible to return on a instancied form without rendering it again ? If wouldn't improve performances per say, but would help to reduce loading times dramatically. We currently show the form we would like to return to, but it takes time when the form is big. Any advice ?

Thank you for your attention,
We are ready to pay for help in order to go further if needed,
Best regards.

Print this item

  TIdTCP(CMD)Server bindings
Posted by: Justin Case - 12-13-2024, 10:44 PM - Forum: Indy - Replies (1)

I have a hunch I already know the answer to this..

Is there a way to change the bindings while the server is running?

I'd like to be able to send a command to my server and have it bind to another port and accept a connection there - but only when instructed to do so. After use, I'd like that binding to vanish and it stop listening there.

I know the bindings are usually taken care off in the Active property but can it be managed outside of this?

Print this item

  Looking for Some Help with IntraWeb Deployment on IIS ??
Posted by: marcelosalss - 12-13-2024, 01:08 PM - Forum: IntraWeb General Discussion - Replies (1)

Hi everyone,

I have recently started working with IntraWeb for a web application project and I am running into some challenges with deploying it on IIS. I followed the basic steps outlined in the documentation.., including configuring the application pool and setting up the handler mappings but I am still getting a 500 Internal Server Error when accessing the app.

Here’s what I have tried so far :-

Checked that the .dll file is properly deployed in the virtual directory.
Ensured the app pool is set to “No Managed Code.”
Verified permissions for the IIS_IUSRS group on the folder.

I suspect I might be missing something related to ISAPI extensions or MIME types but I am not sure what.

If anyone here has successfully deployed an IntraWeb application on mulesoft IIS,,, could you share some tips or a step by step guide: ?? I would appreciate any advice to get this resolved !!

Thanks in advance for your help !!


With Regards,

Marcelo Salas

Print this item

  Estimate on new cg patch
Posted by: joelcc - 12-10-2024, 10:21 PM - Forum: CGDevTools - Replies (5)

Do you have an estimate on when you might release a new build on cgdevtools for the latest iw version?

Print this item

  UDP Broadcast across VLANs
Posted by: Ahmed Sayed - 12-05-2024, 09:21 AM - Forum: Indy - Replies (10)

Hi,
I have a server app that needs to know if there are other instances of the same server app running on the same VLAN or different VLANs.

When I try using the Broadcast function in the UDP client/server and using the IP address "255.255.255.255," it only sends the message to the current VLAN and local machine. But when I use that VLAN IP address something like "192.168.5.255" it does broadcast the message to all the servers that listen to the port I defined. 

I already have a way in mind which is to force the user to add a list of VLANs in a config file, but let's say they forget or make a mistake I want this to be more automatic so that the Master server can discover the other VLANs on the network on its own. Also, I don't want to loop all possible IP numbers from 0 to 255 just to discover if there is a possibility that this IP is in fact a VLAN or not.

Does Indy have anything to help me with this, or maybe broadcast the message to the whole network across VLANs?

Print this item

  toast functionality
Posted by: iwuser - 12-05-2024, 06:41 AM - Forum: IntraWeb General Discussion - No Replies

Is anyone using any kind of toasts? How did you get it working, if you can share?

I have found a TMS TWebToast component, which can be placed on an IW form, but it does not seem to be doing anything. And IW does not appear to have any Toast components of their own.

Print this item

  *** Evaluation Mode ***
Posted by: Mikael Nilsson - 12-02-2024, 06:41 PM - Forum: IntraWeb General Discussion - No Replies

After installation of Intraweb in Rad Studio 12.2 I am in *** Evaluation Mode ***

Do I need a New licence?


Opuscapita - Web Watch Dog (Indy - x86)
*** Evaluation Mode ***
Reason: Your license will NOT work wih IntraWeb versions released after Jan 31, 2024
Build Date: Sep 16, 2024
IntraWeb Version: 15.6.7
32-bit Server on 64-bit Windows

Print this item

  Community Edition
Posted by: troberts - 11-30-2024, 12:38 AM - Forum: IntraWeb General Discussion - No Replies

Hi,

What are the options for installing Intraweb in the community edition of Delphi 12?

Print this item

  Intravew 16
Posted by: Mikael Nilsson - 11-28-2024, 10:27 AM - Forum: IntraWeb General Discussion - No Replies

Hi,

I see that there is a new version, 16.0.0. Is it fully backward compatible with version 15 and with Delphi 12.2?

Print this item