|
Re: session.save_handler: Is the user/files fixedyet?: msg#00085php.drupal.support
I´m sorry, but I didn´t understand quite well... What should I do? Should I add ini_set('session.save_handler', 'user'); at the htacces and config files? Or maybe should I change the php_value session.save_handler user on the htaccess file? I´m sorry but I´m kinda newbie in this stuff and I´m not an expert on php :-) Thank you very much for your help, time and patience!! Victoria ----- Original Message ----- From: "Gerhard Killesreiter" <killesreiter@xxxxxxxxxxxxxxxxxxxxxx> To: <drupal-support@xxxxxxxxxx> Sent: Tuesday, July 20, 2004 8:04 PM Subject: Re: [drupal-support] session.save_handler: Is the user/files fixedyet? > > > On Tue, 20 Jul 2004, Rick Carback wrote: > > > 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. > > The conf.php file would be the right place. Or the .htaccess file (where > that config option already is present): > > php_value session.save_handler user > > > Cheers, > Gerhard > -- > [ Drupal support list | http://list.drupal.org/ ] > -- [ Drupal support list | http://list.drupal.org/ ] |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: session.save_handler: Is the user/files fixed yet?: 00085, Gerhard Killesreiter |
|---|---|
| Next by Date: | Re: session.save_handler: Is the user/files fixedyet?: 00085, Gerhard Killesreiter |
| Previous by Thread: | Re: session.save_handler: Is the user/files fixed yet?i: 00085, Gerhard Killesreiter |
| Next by Thread: | Re: session.save_handler: Is the user/files fixedyet?: 00085, Gerhard Killesreiter |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |