Hello,
It should be simple I guess. Here when I refresh my page in the browser, I have to go back to the login page
Thanks
Hello,
It should be simple I guess. Here when I refresh my page in the browser, I have to go back to the login page
Thanks
Are you using Security Provider? It should create a session variable and then you use the Security Restrict on your API scripts. The page also has it set in the App settings.
It sounds like the session variable is being deleted when it shouldn’t but without seeing more of how you’ve constructed things it’s hard to say.
There’s also the option to have a ‘remember me’ checkbox in your login form which sets a cookie but if you’re logging people out then that would be destroyed, too.
I do have an access restriction on the page, and it works but refreshing the page does indeed delete the connection, but I think I may have configured the provider incorrectly
Here is the site and the access
https://morganforges.com/
ID: 149911
password: 228445
Thanks
Do you have a log out action on the page? Perhaps it is set to auto run. Made this mistake a few times myself.
Looks like you fixed it? I’m refreshing and I’m still logged in.
We've all been there
Thank you indeed an oversight on my part, I just put no load