|
Re: session.save_handler: Is the user/files fixed yet?: msg#00083php.drupal.support
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>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>
-- [ Drupal support list | http://list.drupal.org/ ] |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | session.save_handler: Is the user/files fixed yet?: 00083, Dra. Victoria Loisi |
|---|---|
| Next by Date: | Re: session.save_handler: Is the user/files fixed yet?: 00083, Gerhard Killesreiter |
| Previous by Thread: | session.save_handler: Is the user/files fixed yet?i: 00083, Dra. Victoria Loisi |
| Next by Thread: | Re: session.save_handler: Is the user/files fixed yet?: 00083, Gerhard Killesreiter |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |