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