Getting knocked back after Dashboard Login
Permalink
...so I just installed the latest version of C5 - this is not the first time I install and successfully set it up but for some reason, this is the first time I am having this issue.
Once I login with admin un and pw, and I click anything in the dashboard, it knocks me back to the login screen. Enter un and pw again, click something, knocks me back - rinse and repeat.
Any suggestions?
Once I login with admin un and pw, and I click anything in the dashboard, it knocks me back to the login screen. Enter un and pw again, click something, knocks me back - rinse and repeat.
Any suggestions?
Not figured out yet, I kinda left it on hold until I heard back from the community. How much would it cost for one of you geniuses to look at it for me? Might be worth my while if it's too difficult for me to understand the solution.
Suzy
Suzy
to be hosted by StartLogic?
This is a common issue with the way they have their servers set up.
Either way, you may need to set the location of where your php_sessions are stored.
Do a little reading on the php function "session_save_path" and look into the ../concrete/start_up/sessions.php file.
This is a common issue with the way they have their servers set up.
Either way, you may need to set the location of where your php_sessions are stored.
Do a little reading on the php function "session_save_path" and look into the ../concrete/start_up/sessions.php file.
FatCow Webhosting
I don't think I know how to do what you are describing in your response, but I will do my best to figure it out =\
I don't think I know how to do what you are describing in your response, but I will do my best to figure it out =\
session.save_path no value no value
mines set in /shared/sessions for both values i believe you can configure in .htaccess
try this:
if not try this:
im not sure what directory's your host uses ask them if neither work
try this:
php_flag session.save_handler files php_flag session.save_path /shared/sessions
if not try this:
php_flag session.save_handler files php_flag session.save_path /tmp
im not sure what directory's your host uses ask them if neither work
I will try that, I appreciate your time :)
Did anyone get this resolved?!? I'm currently experiencing the same issue you did. I can log in and then after clicking on a link in the Dashboard it'll log me out again. Then sometimes at the login I'll have to login 2-3 times before it'll actually log me in. I currently have my host through IPower. How is it that you got this resolved because I don't want me users experiencing when the site goes live?
sounds like a session issue?