Hello,
We are accessing with your mobile application (Profound UI Mobile) to an application we have developed
(see attached image)
After a short period of time of inactivity (5 minutes more or less), we get this message on our mobile "Your session has timed out."
Can we increase or disable this time out period?
Our current configuration is as follows:
File: /www/profoundui/conf/httpd.conf
#The following control session timeout and should all be set to the same value.
SetEnv PUI_TIMEOUT 300
MaxPersistentCGITimeout 300
Timeout 300
File: /www/profoundui/htdocs/profoundui/userdata/custom/js/settings.js
pui["language"] = "es_ES";
pui["runtimeText"]["es_ES"]["next link text"] = "Siguiente";
pui["runtimeText"]["es_ES"]["sign on"] = "Entrar";
pui["runtimeText"]["es_ES"]["pui sign on"] = "Acceso";
// Send keep-alive request every 10 minutes
pui["client side timeout"] = false;
pui["keep alive interval"] = 120;
// pui["refresh interval"] = 10; // refresh the page after 10 screens are rendered
Thanks in advance,
Juan Antonio Pérez
Profound UI Mobile Client
-
- Profound User
- Posts: 54
- Joined: Fri Dec 19, 2014 12:24 pm
- First Name: Juan
- Last Name: Perez Garcia
- Company Name: NISA
- State / Province: Outside Canada/USA
- Country: Spain
- Contact:
Profound UI Mobile Client
- Attachments
-
- Program.jpg (25.02 KiB) Viewed 2715 times
- Megan
- Profound Logic Staff Member
- Posts: 90
- Joined: Mon Sep 11, 2017 12:15 pm
- First Name: Megan
- Last Name: Bond
- Company Name: Profound Logic
- Phone: 5623227473
- State / Province: California
- Zip / Postal Code: 92692
- Country: United States
- Contact:
Re: Profound UI Mobile Client
Hello JPG,
We're sorry to hear that you are having issues with this! Your settings.js file may not be properly linked to your app. The Mobile Client does not automatically pull in the custom/js folder, so you'll need to link the settings.js file either in the Rich Display file by using the external js screen property or by linking it in the start.html. Could you please try linking your settings.js file and see if it resolves your issue?
Thanks,
We're sorry to hear that you are having issues with this! Your settings.js file may not be properly linked to your app. The Mobile Client does not automatically pull in the custom/js folder, so you'll need to link the settings.js file either in the Rich Display file by using the external js screen property or by linking it in the start.html. Could you please try linking your settings.js file and see if it resolves your issue?
Thanks,
-
- Profound User
- Posts: 54
- Joined: Fri Dec 19, 2014 12:24 pm
- First Name: Juan
- Last Name: Perez Garcia
- Company Name: NISA
- State / Province: Outside Canada/USA
- Country: Spain
- Contact:
Re: Profound UI Mobile Client
Hi.
Step in the attached images all the sites where we have put the indicated, and it does not work.
Tks
Step in the attached images all the sites where we have put the indicated, and it does not work.
Tks
- Attachments
-
- Captura2.JPG (158.8 KiB) Viewed 2701 times
-
- Captura1.JPG (29.94 KiB) Viewed 2701 times
-
- Captura.JPG (30.37 KiB) Viewed 2701 times
- Megan
- Profound Logic Staff Member
- Posts: 90
- Joined: Mon Sep 11, 2017 12:15 pm
- First Name: Megan
- Last Name: Bond
- Company Name: Profound Logic
- Phone: 5623227473
- State / Province: California
- Zip / Postal Code: 92692
- Country: United States
- Contact:
Re: Profound UI Mobile Client
Hello JPG,
I'm sorry this did not work for you. Have you tried opening the app more than once? When I had attempted this change, I had to reopen the program a second time for it to pull in the JavaScript. Additionally, may I know what model phone you are using and which OS it is running? For example, I have an iPhone SE running OS versions 11.3.1. This additional information will allow me to investigate the issue better.
Thanks,
I'm sorry this did not work for you. Have you tried opening the app more than once? When I had attempted this change, I had to reopen the program a second time for it to pull in the JavaScript. Additionally, may I know what model phone you are using and which OS it is running? For example, I have an iPhone SE running OS versions 11.3.1. This additional information will allow me to investigate the issue better.
Thanks,
-
- Profound User
- Posts: 54
- Joined: Fri Dec 19, 2014 12:24 pm
- First Name: Juan
- Last Name: Perez Garcia
- Company Name: NISA
- State / Province: Outside Canada/USA
- Country: Spain
- Contact:
Re: Profound UI Mobile Client
Hello
We have revisited the functionality of this application and it does not work as we want.
The application is active and after 15 minutes it shows the warning: Profound UI Mobile Client: Your session has timed out.
This causes the end user to have to logon again.
I pass the requested data and an attached image of the screen properties where you can also see that we use script for automatic refresh.
Model: LG-M250n
Android version: 7.0
Kernel: 3.18.35
We have revisited the functionality of this application and it does not work as we want.
The application is active and after 15 minutes it shows the warning: Profound UI Mobile Client: Your session has timed out.
This causes the end user to have to logon again.
I pass the requested data and an attached image of the screen properties where you can also see that we use script for automatic refresh.
Model: LG-M250n
Android version: 7.0
Kernel: 3.18.35
- Attachments
-
- Captura.JPG (106.36 KiB) Viewed 2663 times
-
- Experienced User
- Posts: 2711
- Joined: Wed Aug 01, 2012 8:58 am
- First Name: Scott
- Last Name: Klement
- Company Name: Profound Logic
- City: Milwaukee
- State / Province: Wisconsin
Re: Profound UI Mobile Client
The mobile client does NOT use the start.html file from the IFS. You'll need to point the "external javascript" property of your display file to the settings.js file in order to download/run it in your mobile app.
-
- Profound User
- Posts: 54
- Joined: Fri Dec 19, 2014 12:24 pm
- First Name: Juan
- Last Name: Perez Garcia
- Company Name: NISA
- State / Province: Outside Canada/USA
- Country: Spain
- Contact:
Re: Profound UI Mobile Client
Sorry, Scott.
I do not know if I understood you, but in my display file (see image) if I use the "external javascript" property.
You mean that?
I do not know if I understood you, but in my display file (see image) if I use the "external javascript" property.
You mean that?
-
- Profound User
- Posts: 39
- Joined: Mon Aug 21, 2017 11:48 am
- First Name: Jose
- Last Name: hernandez Guerra
- Company Name: CM de gestion y servicios S.L.
- Phone: 638489712
- Address 1: CL Jose Luis de Cassos 50
- City: Sevilla
- State / Province: Outside Canada/USA
- Zip / Postal Code: 41005
- Country: Spain
- Contact:
Re: Profound UI Mobile Client
Sorry for the intrusion, just a question for Juan.
Do you work in Hospitals NIsa Sevilla ?? I am in Seville. It is good to have countrymen in these forums developing in profound
Do you work in Hospitals NIsa Sevilla ?? I am in Seville. It is good to have countrymen in these forums developing in profound
-
- Profound User
- Posts: 54
- Joined: Fri Dec 19, 2014 12:24 pm
- First Name: Juan
- Last Name: Perez Garcia
- Company Name: NISA
- State / Province: Outside Canada/USA
- Country: Spain
- Contact:
Re: Profound UI Mobile Client
Te he respondido en privado...
-
- Profound User
- Posts: 54
- Joined: Fri Dec 19, 2014 12:24 pm
- First Name: Juan
- Last Name: Perez Garcia
- Company Name: NISA
- State / Province: Outside Canada/USA
- Country: Spain
- Contact:
Re: Profound UI Mobile Client
Sorry, Scott.
I do not know if I understood you, but in my display file (see image) if I use the "external javascript" property.
You mean that?
I do not know if I understood you, but in my display file (see image) if I use the "external javascript" property.
You mean that?
Who is online
Users browsing this forum: No registered users and 0 guests