Question: User Session Conflict

User Session Conflict

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 con

SS

Sikder shahed

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.
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • SS

    Sikder shahed

    Answered
    No 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?
  • MS

    Mian Saleem

    Answered
    Hello,

    Yes, please try to set them true and check again.

    Thank you
  • SS

    Sikder shahed

    Answered
    Hello,By set them False to True we can not login from using another IP
  • MS

    Mian Saleem

    Answered
    Hello, You can't login? Is there any error message? You are on ssl enable 'https' server, right?
  • Login to Reply