[pmwiki-users] AuthUser keeps asking for password

H. Fox haganfox at users.sourceforge.net
Tue Jan 10 08:29:37 CST 2006


On 1/10/06, Dominique Faure <dominique.faure at gmail.com> wrote:
> 2006/1/10, Daniel Hofer <chappy72 at gmx.ch>:
> > Hello
> >
> > > Or if you can't get around that (some corporate environments forbid
> > > cookie usage) you can configure PHP to append the Session IDs to the
> > > URLs:
> > > session.use_trans_sid =1
> >
> > How I have to do this?
> > Within pmWiki, in a config-file or so?
>
> Have a look at http://www.php.net/manual/en/function.ini-set.php

You might not be able to set that one using ini_set().  For
session.use_trans_sid the manual says:

    Entry can be set anywhere in PHP <= 4.2.3.
    Entry can be set in php.ini, .htaccess or httpd.conf in PHP < 5.

If you can use ini_set() it will be

    ini_set('session.use_trans_sid', 1);

in your config.php file.

Hagan




More information about the pmwiki-users mailing list