Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
We have deployed a web app which uses embedded charts to display data on a .net framework website and this works with no issues. We are wanting to load this website on the startup of the PC. This was set up in chrome to open the website and all of the tabs etc and again no issues here.
The issue we are having is it asks us to log in each time we open this up on start up. The details are saved in the browser etc but ideally we are wanting this to go straight through to the website we created instead of stopping at qlik to login.
Currently in each of the web pages we have this bit of JS to authenticate the login. I understand we will need to embed the username and password of the user we are wanting to login with. Any help on this subject is greatly appreciated.
Regards
Jordan
Hello @JordanGaw24
Is this what you are looking for?
Best regards
Sebastian
Hi @Sebastian_Linser ,
Thanks for the reply!
I have tried this solution and it works to a certain degree. It doesnt ask the user to login but after a period of maybe 24 hours the embedded charts on my website don't display any data and you have to login to resolve this. Normally this wouldn't be an issue but due to the fact the reports are displayed around the factory on TV's then I am needing a solution where you only login once and the credentials are hard coded to just auto login.
Any help would be greatly appreciated!
Jordan
Hello @JordanGaw24
Have you tried that one https://www.w3schools.com/jsref/met_win_settimeout.asp and then set a timeout from under 24 hours, just doing a new call to connect()
regards
Sebastian