| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Looking for UI Design Tip...
Forum: Delphi General Discussion
Last Post: chrisjordon232
08-06-2026, 05:17 AM
» Replies: 0
» Views: 40
|
Simply convert PeerIp to ...
Forum: Indy
Last Post: DidierMenant
08-04-2026, 03:50 PM
» Replies: 2
» Views: 201
|
New CGDevTools build is a...
Forum: CGDevTools
Last Post: lfeliz
08-04-2026, 12:03 AM
» Replies: 2
» Views: 1,354
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-02-2026, 04:21 PM
» Replies: 3
» Views: 240
|
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: JuergenS
07-31-2026, 09:44 AM
» Replies: 6
» Views: 1,264
|
Datatables question
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-28-2026, 04:34 AM
» Replies: 2
» Views: 255
|
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: CharlieDunn
07-27-2026, 08:27 PM
» Replies: 1
» Views: 418
|
Intraweb components missi...
Forum: IntraWeb General Discussion
Last Post: valmeras
07-27-2026, 03:18 PM
» Replies: 3
» Views: 393
|
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-17-2026, 05:18 PM
» Replies: 6
» Views: 4,883
|
IW 16.1.9 Invalid propert...
Forum: IntraWeb General Discussion
Last Post: Blanca80
07-17-2026, 08:06 AM
» Replies: 7
» Views: 2,413
|
|
|
| Server 2022 |
|
Posted by: MJS@mjs.us - 01-07-2024, 02:00 PM - Forum: IntraWeb General Discussion
- Replies (5)
|
 |
I have to move from Windows Server 2016 to 2022 shortly. I've found an issue which looks to be related to httpsys and SSL.
This code works correctly on httpsys/SSL/Server2016 or non SSL from an OnClick event:
Code: WebApplication->TerminateAndRedirect(url); and
WebApplication->Response->Cookies->AddCookie()
On httpsys/SSL/Server2022 (Non SSL works) I get blank page with this:
ERR_HTTP2_PROTOCOL_ERROR
Also, the behavior of this is different from OnClick and OnAsyncClick:
Code: WebApplication->Terminate(custom message);
OnClick goes back to main form with new session, OnAsyncClick works correctly by showing the custom message. This seems not related to httpsys, etc.
|
|
|
| Handles/sessions/Thread |
|
Posted by: pgnair - 01-05-2024, 11:30 PM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hi Team
one of the client application developed in version 15.3.5 is running very slow in the last one week. It is running as Indy SA service. In the code I couldn't find out any reason. Yesterday the client System Engineers asked below queries.
In the TaskManger number of handles for the exe is very high , why?
In the DynaTrace tool number of sessions and threads are very high, why?
In the Cache folder, number of sub folders(sessions) and very high, why? why it is not get deleted when logout?
Thanks
Pramod
|
|
|
| Supported Delphi Versions |
|
Posted by: lfeliz - 01-04-2024, 06:24 AM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
Hello,
What is the current minimum supported Delphi Version? I am stuck on Delphi 10.2, was about to purchase update and thought I better ask this question. With Lazarus support coming some day this may not be an issue.
Regards,
Lou
|
|
|
| Custom content handler with session |
|
Posted by: giorgio_c - 01-03-2024, 03:36 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
I've a custom content handler.
Its path is: /file?fn=<filename>
The web page calls this URL: localhost:8888/file?fn=test.pdf
The content handler have to check if the user i logged.
On the first call, the URL is: localhost:8888 and the server respond with a login page, if user/pwd match then che user session has a "logged" property set to "true".
The URL now is: http://localhost:8888/8FRhd~Z~mBGZQR9kQSqmE4EoXMm (the session ID is in the URL).
Then, a new page can fetch the special URL localhost:8888/file?fn=test.pdf (i do no put any session ID here, or I have to do this? Where can I find che current session ID client side javascript?), and now the content handles must check UserSession.logged property. But I get always "false" here.
How can I check for the current user session data?
Thanks.
|
|
|
| How can I deploy an IntraWeb 9 app written in D2007 |
|
Posted by: homer@agencybusys.com - 12-31-2023, 01:44 AM - Forum: IntraWeb General Discussion
- Replies (8)
|
 |
I am having trouble deploying a web app recently written in Delphi 2007 using IntraWeb 9 (it was bundled with D2007 professional). We are not able to change from using D2007 so suggesting an upgrade is not a viable solution. However, I don't mind buying an IntraWeb upgrade as long as the newer version will work with D2007, and will solve the deployment issue.
The web page produced by the app I'm trying to deploy works fine on any device connected to my LAN -- my local development machine (127.0.0.1...), other computers on the LAN, even my cell phone when connected via WiFi. It also works on the host machine I'm trying to deploy to (Windows Server 2022) using its browser with 127.0.0.1.... However, when trying to access it via the web, it times out. I have opened the specified port on the host for both TCP and UDP. The web app is running as a Stand Alone for testing. Once successfully deployed, I'll switch it to a service.
I've been programing with Delphi since Delphi 1, but this is my first IntraWeb app. I don't know if it is something I'm doing (or not doing), or if the bundled IntraWeb was a trial version, and I need a license to deploy.
My attempt at deploying on our web host:
- Created a sub-folder under the directory in which our WordPress web site resides:
C:inetpub\vhosts\mydomain.com\httpdocs\MySubFolder
- Uploaded the App.exe and support files needed to access a Firebird Database.
- Run the App with and without admin privileges.
Tried to access the web page from my local browser using the IP address:port as well as the domain.com:port. in each case it times out.
Any help will be greatly appreciated.
|
|
|
| multiple apps using same IWCACHE folder |
|
Posted by: PDSBILL - 12-26-2023, 02:52 PM - Forum: IntraWeb General Discussion
- Replies (8)
|
 |
Should I set each ISAPI IW apps's cache folder to a unique location. I have 4 IW apps all using the same location "C:\IWCACHE" and have noticed that there are a number of cache folders that are many days old. I am not sure if it because the App pool is timing out thus killing the IW app or a conflict with multiple apps writing to the same cache folder location.
My understanding is that the cache folders are deleted after several minutes past session timeout.
|
|
|
|