Page 1 of 1

Cannot login without "Remember me" being ticked

Posted: 2018-02-07 06:17
by neodude112320
Hey guys,

Just updated to 5.70 and in the process of making some changes to client applications - was about to make them live but noticed a bug. I cannot login, unless "Remember Me" is ticked. This has been verified on:

- Firefox 58.0.1
- Chrome 63.0.3239.132
- Internet Explorer 11.192.16299.0
- Firefox for Android 58.0.1

Video Demo:
https://screencast-o-matic.com/watch/cFni1oopf3

I Have been able to re-produce this on a basic test app
URL: http://demo.santillo.com.au/bugtest/
Login with Username "admin" and pw "test"

Files: http://demo.santillo.com.au/bugtest/test app.7z
Project file: http://demo.santillo.com.au/bugtest/test.axp

To confirm I did not have this issue with AppGini 5.6.2

Anyone experiencing this?

Re: Cannot login without "Remember me" being ticked

Posted: 2018-02-08 16:42
by a.gneady
I need to check your server configuration. I've sent you details via email for security purposes.

Re: Cannot login without "Remember me" being ticked

Posted: 2018-02-15 10:39
by neodude112320
Hi, Would it be possible to get an update on this? I Have replied to your email several days ago. Alternatively, are you able to email me a link to download the previous version?

Re: Cannot login without "Remember me" being ticked

Posted: 2018-02-22 09:25
by a.gneady
Please try this and let me know if it fixes the issue: Open the generated "lib.php" file, find and comment this line (by adding a # at the beginning):

Code: Select all

@ini_set('session.cookie_httponly', '1');