|
|
Subject: session.save_handler: Is the user/files fixed yet? - msg#00082
List: php.drupal.support
Hello all!
This is my first post in this list, but
I´ve been asking for help in the forum ( http://drupal.org/node/view/9377).
My problem is that my server has
configured the session.save_handler directive as "files" and NOT user (and they told me
that they are not gonna change it).
So, what can I do?
Is there a way to use Drupal with "files",
or should I cry out loud and leave the idea of using Drupal at
all?
Please help me!
Thank you very much for your time and
patience!
Victoria
--
[ Drupal support list | http://list.drupal.org/ ]
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
RE: 404 everywhere
On Sun, 18 Jul 2004, jason@xxxxxxxxxxxxxxx wrote:
> Sorry for the messy post. My regular mail reader is down. :( Try
> changing the clean url option. If that fixes the problem, then
Well, he can't if he cannot access the admin pages anymore.
At least not in the usual way.
Ivan: try the following sql statement in either mysql or phpmyadmin:
delete from variable where name = 'clean_url';
Cheers,
Gerhard
--
[ Drupal support list | http://list.drupal.org/ ]
Next Message by Date:
click to view message preview
Re: session.save_handler: Is the user/files fixed yet?
Find the main config file or whatever is called first in every page (look at the "include" directives on the top of any page until you come to a page with no include directives but you've noticed that all your pages call this one in some way or another) and add something like this:
ini_set('session.use_only_cookies', '1');
That is what i've done for my site to make sure that it uses cookies and doesn't tack on a bunch of session id stuff onto urls..in your case it would be:
ini_set('session.save_handler', 'user');
Hopefully that'll work for you.
On Jul 20, 2004, at 6:36 PM, Dra. Victoria Loisi wrote:
<x-tad-smaller>Hello all!</x-tad-smaller><x-tad-smaller>This is my first post in this list, but I´ve been asking for help in the forum (</x-tad-smaller><x-tad-smaller>http://drupal.org/node/view/9377</x-tad-smaller><x-tad-smaller>).</x-tad-smaller><x-tad-smaller>My problem is that my server has configured the session.save_handler directive as "files" and NOT user (and they told me that they are not gonna change it).</x-tad-smaller>
<x-tad-smaller>So, what can I do?</x-tad-smaller><x-tad-smaller>Is there a way to use Drupal with "files", or should I cry out loud and leave the idea of using Drupal at all?</x-tad-smaller>
<x-tad-smaller>Please help me!</x-tad-smaller>
<x-tad-smaller>Thank you very much for your time and patience!</x-tad-smaller>
<x-tad-smaller>Victoria</x-tad-smaller>
--
[ Drupal support list | http://list.drupal.org/ ]
--
[ Drupal support list | http://list.drupal.org/ ]
Previous Message by Thread:
click to view message preview
drupal login question
Hi,
Just a quick question on how best to cripple
drupal. We are running a drupal site that requires people to have signed
up and be logged in. However, we want them to be automaticly logged
out whenever they close the web browser, so that wwhen they visit the website
again they must log back in. At the moment, drupal seems to allow people
to stay logged in for a rather long time. How can I fix this? If
someone is using the website on a public computer, I don't want it to stay
logged in. I'd rather they didn't even have the option to remain logged in
on any computer.
--
[ Drupal support list | http://list.drupal.org/ ]
Next Message by Thread:
click to view message preview
Re: session.save_handler: Is the user/files fixed yet?
Find the main config file or whatever is called first in every page (look at the "include" directives on the top of any page until you come to a page with no include directives but you've noticed that all your pages call this one in some way or another) and add something like this:
ini_set('session.use_only_cookies', '1');
That is what i've done for my site to make sure that it uses cookies and doesn't tack on a bunch of session id stuff onto urls..in your case it would be:
ini_set('session.save_handler', 'user');
Hopefully that'll work for you.
On Jul 20, 2004, at 6:36 PM, Dra. Victoria Loisi wrote:
<x-tad-smaller>Hello all!</x-tad-smaller><x-tad-smaller>This is my first post in this list, but I´ve been asking for help in the forum (</x-tad-smaller><x-tad-smaller>http://drupal.org/node/view/9377</x-tad-smaller><x-tad-smaller>).</x-tad-smaller><x-tad-smaller>My problem is that my server has configured the session.save_handler directive as "files" and NOT user (and they told me that they are not gonna change it).</x-tad-smaller>
<x-tad-smaller>So, what can I do?</x-tad-smaller><x-tad-smaller>Is there a way to use Drupal with "files", or should I cry out loud and leave the idea of using Drupal at all?</x-tad-smaller>
<x-tad-smaller>Please help me!</x-tad-smaller>
<x-tad-smaller>Thank you very much for your time and patience!</x-tad-smaller>
<x-tad-smaller>Victoria</x-tad-smaller>
--
[ Drupal support list | http://list.drupal.org/ ]
--
[ Drupal support list | http://list.drupal.org/ ]
|
|