Jump to content

bbm

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by bbm

  1. Hi,
    I am using a TuniLoginForm to login to the application. After login in, the application sometimes has quite complex displays and some open forms and frames. When log off (ModalResult = mrOK) it sometimes happens that the application hangs. It looks to me like it's because when you log out, a new session is created and the old one is deleted. Is there a way to delay the deletion of the old session, or is there another way?

  2. Hi,

    I have a purchased uniGUI license. So far I have always compiled our application on my PC and everything has been OK. I have now switched to compiling a new version under GIT on a build server. I can no longer get the application I created to run at the customer's site. Is this a license issue?

    Best regards

  3. Hi,

    is there any solution for that problem. Currently we have a pen test with our application and it seems that we get a red flag beacause of this problem!

    Best regards

  4. Hi

    Is there a way to add additional security headers in the response?

    I had a security check. A few things were criticized. Examples for this are:
    - Strict Transport Security
    - Content Security Policy
    - X-Frame Options
    - .....

     

    Best regards

  5. Hello, everyone,

    is there a way to use TLS 1.3 for SSL? At the moment I was only able to activate TLS 1.2, for which the two files ssleay32.dll and libeayssl.dll in version 1.0.2.x are used. Unfortunately, these have been discontinued for some time.

    Is there an alternative solution for this? This will certainly be criticized during security checks.

    Many greetings

  6. Hi,

    I want to use a PDF component (PDFToolKit) to fill out the FormFields of a PDF document and then render them. The PDF component is able to write the filled document into a stream so that it does not have to be saved. The question now arises as to how the document can possibly be displayed by the stream in the browser. If it's too time-consuming, I just go the usual way and save the filled document in the user cache directory.

    Best regrads

×
×
  • Create New...