meeting-room-booking-system / mrbs-code

MRBS application code
Other
124 stars 61 forks source link

Session not working after MySQL update #1784

Open jberanek opened 8 years ago

jberanek commented 8 years ago

Hello,

http://tcranville.webou.net/

The login works, browsing through the calendar works. But access to "My account" or trying to add a reservation logs the user out.

What could be the cause of that ? The only recent change to the server has been an update of MySQL.

Thank you in advance Michael

Reported by: *anonymous

Original Ticket: mrbs/support-requests/1063

jberanek commented 8 years ago

The problem does not happen on all browers : IE : OK Firefox : OK Chrome : not OK Edge : not OK

Original comment by: *anonymous

jberanek commented 8 years ago

Just to rule out PHP sessions, you could try putting the following in config.inc.php:

$auth["session"] = 'cookie';

Original comment by: jberanek