Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » RADICORE Installation Issues » Logon issues (Still can't log on the system)
Re: Logon issues [message #3491 is a reply to message #3489] Wed, 13 February 2013 10:07 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
The login screen is supposed to create an entry in the $_SESSION array before jumping to the next screen, but if the next screen cannot find this entry then irt immediately jumps back to the logon screen. If this entry is missing from the $_SESSION array it usually means that the entire array is empty as it is using a different session_id from what te login screen used. Your htaccess file should contain the following:

php_value session.use_cookies 1
php_value session.use_only_cookies 1
php_value session.use_trans_sid 0

Do you have a debugger installed? Can you see what the $_SESSION array contains when the menu.php screen fires up?


 
Read Message
Read Message
Read Message
Read Message
Read Message icon14.gif
Previous Topic: RADICORE on openSusSE
Next Topic: built-in installer?
Goto Forum:
  


Current Time: Fri Apr 19 01:06:17 EDT 2024

Total time taken to generate the page: 0.01045 seconds