"session.save_path" question

"session.save_path" question

by Sean White -
Number of replies: 2

I'm getting the following error message: "It appears your server does not support sessions (session.save_path = 'scorpion.server101.com')"

I don't have access to php.ini .
The ISP advise that modifying .htaccess will not work, and say that they provide a hostname, not an actual path. I don't have access to php.ini either.

Could someone please make a suggestion as to how to stop this error? Should I place:
" session.save_path = 'scorpion.server101.com' " in a script? If so, where?

 

 

Average of ratings: -
In reply to Sean White

Re: "session.save_path" question

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Is your site working well otherwise? If so, just remove the code from admin/index.php that produces this error.
In reply to Martin Dougiamas

Re: "session.save_path" question

by Sean White -

Thanks Martin, I commented the IF statement and now the problem's solved.

Thank you for Moodle - It's my first day using it and I'm hooked. I'll make some themes to give something back to the Moodle community.