| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 808 online users. » 0 Member(s) | 805 Guest(s) Applebot, Bing, Google
|
| Latest Threads |
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 275
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 210
|
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 224
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 532
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 281
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 705
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 258
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,333
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 398
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,048
|
|
|
| Saving Raw Text with input controls |
|
Posted by: davidmcevoy@outlook.com - 02-16-2022, 04:53 PM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
Hello.
I am having to make a questionnaire and I was wondering if it was possible by using the RawText to load an html file, the html will have input controls.
I can get that part to work fine, but what I want to do is save the results and I was hoping I could just do a save to file but that doesn't seem to work, is this possible? What I am finding is it just saves back the original content, ignoring anything in the input boxes. It would certainly make this questionnaire a lot easier as it is likely to change often and so simply updating the html and then saving the results would be great.
Is this possible, and if not any other suggestions?
Regards
David.
|
|
|
| temp files & user sessions |
|
Posted by: iwuser - 02-11-2022, 04:37 AM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
A lot of stuff in IW does not appear to have any documentation, or I was unable to find it. Hence I keep running into small issues and need clarifications:
I'm creating lots of tmp files with TIWAppCache.AddFileToCache(self,... calls or similar, using ctSession flag, and then serve them to client on request.
I believe it creates a new session every time the link is refreshed - I can see it in my logs. Every refresh would send me different URL parameters, this is how it works attached to my target 3rd-party system in a frame. But I think it must be resetting something in the requests for me. Because if I keep reloading the page with different parameters in a browser manually, it only loads the 1st time and completely ignores it when the parameters change, returning the same 1st page, so it apparently remembers my session and I probably need to add code to reset it on getting new parameters. How/Where can I do this?
There's also a UserSession module and I can see from the logs that it creates user sessions. But UserSession object does not know its own session name/ID. Can I get it from WebAllpication or something?
In the file system I can see temp folders created and then user session subfolders created underneath those.
But all temp files are created in the root of the temp folders, not under user session subfolders - those stay empty for me. How can I control where the temp files go to? How do ctSession/ctForm, etc. work exactly?
What is the TIWServerController.SessionOptions.LockSessionTimeout for?
Can I explicitly close my session, i.e.: on service stopping, so that it cleans up the temp files for me?
I need all these details, because it's going to be handling zillions of files a day and it has to clean it up consistently, or it will quickly run out of disk space.
Is there some doc somewhere where it's all detailed in?
It's the latest IW, in http.sys service, BTW. Delphi 10.4.1.
|
|
|
| Scan tool for IntraWeb App |
|
Posted by: ozelaya - 02-10-2022, 04:57 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Hi,
What tools(comercial or free) can be used to check a IntraWeb App to check for Security Vulnerabilities,DDos etc.
I'm have a customer asking for a summary of a pen testing report for my Intraweb app.
Thanks in advance,
Omar Zelaya
|
|
|
|