logo       

Re: session.save_handler: Is the user/files fixed yet?: msg#00083

php.drupal.support

Subject: 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/ ]
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise