tecnickcom / tcexam

TCExam is a CBA (Computer-Based Assessment) system (e-exam, CBT - Computer Based Testing) for universities, schools and companies, that enables educators and trainers to author, schedule, deliver, and report on surveys, quizzes, tests and exams.
http://www.tcexam.org
Other
561 stars 399 forks source link

Problem accessing the user or admin screen #434

Open MuhaTR opened 1 month ago

MuhaTR commented 1 month ago

Dears, i have recently installed TCExam on a windows server machine. i managed to have the system up, but when i logon from a remote computer over LAN and after entering the username and password of admin / 1234, the system redirects back to the login screen. when i try to logon from LOCALHOST everything works like a charm. Please advise?

aurghya-0 commented 3 weeks ago

in the file shared -> config -> tce_config.php

/**
 * If true, check for possible session hijacking (set to false if you have login problems).
 */
define('K_CHECK_SESSION_FINGERPRINT', false);

by default the variable is true, you can change it to false to solve the login issue.