SS
Asked
Hello Dear,
I am fetching a new problem .when two user login at a time then user session make conflict.At my side when i logged into as a admin and my salesman logged in same time he is converted as a admin also in his interface.whats wrong happened ?can i use multiple pos as a time ? please help me.
Thank You.
I am fetching a new problem .when two user login at a time then user session make conflict.At my side when i logged into as a admin and my salesman logged in same time he is converted as a admin also in his interface.whats wrong happened ?can i use multiple pos as a time ? please help me.
Thank You.
- MSAnsweredHello,
Are you both using same machine and same browser?
If you are on different machine or browser, there should be such issue.
Anyway, you can update the session config in `app/config/config.php` by enabling the match ip, secure cookie and httponly
Thank you - SSAnsweredNo we are using different machine and browser also some times different ip address.
BTW,
$config['sess_match_ip'] = FALSE;
$config['cookie_secure'] = FALSE;
$config['cookie_httponly'] = FALSE;
Can i make these config False to true for my problem? - MSAnsweredHello,
Yes, please try to set them true and check again.
Thank you - SSAnsweredHello,By set them False to True we can not login from using another IP
- MSAnsweredHello, You can't login? Is there any error message? You are on ssl enable 'https' server, right?
- Login to Reply