| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 1417 online users. » 2 Member(s) | 1412 Guest(s) Applebot, Bing, Google, ialo789, protovcoda1986
|
| Latest Threads |
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
7 hours ago
» Replies: 1
» Views: 102
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 103
|
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 113
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 393
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 201
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 563
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 191
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,133
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 325
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 925
|
|
|
| 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.
|
|
|
| Exporting data to Excel |
|
Posted by: Fabrizio Conti - 12-22-2023, 09:32 AM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
Hi all,
I currently use the TMS component TTIWAdvWebGridExcelIO to import/export data to Excel. It works fine and it is very easy to use.
But it is old, it doesn’t support new Excel formats and it is my understanding that TMS will not develop his IW Suite anymore.
During the process to convert my applications moving away from TMS I need to find a solution for Exporting data to Excel from a table or dataset. Before diving into internet trying to find a convenient solution, I wonder if anyone can point me in the right direction of the best practice to do this fairly common task.
Thanks in advance
Fabrizio
|
|
|
|