[PHP] Session trubles

2003-11-19 Thread mgraf
PHP Version: 4.2.2 Hi I had a problem with my session name. In the php.ini, was set the default name PHPSESSID from the default installation. Now i have the problem, that i use the name "audience" for my webapplikations with PHPope (http://www.phpope.org) I Set the name in the script with the f

Re: [PHP] Session trubles

2003-11-19 Thread mgraf
", $config["default"]["cookiedomain"]); On Wed, 19 Nov 2003, Marek Kilimajer wrote: > mgraf wrote: > > > PHP Version: 4.2.2 > > > > Hi > > > > I had a problem with my session name. > > > > In the php.ini, was set the default n

Re: [PHP] Session trubles

2003-11-19 Thread mgraf
Thanks that was my problem :-) On Wed, 19 Nov 2003, Marek Kilimajer wrote: > The first parameter is relative to the current time. I would recomend > for security reasons to leave this to the default, 0 - until the browser > is closed. Otherwise this could lead to session hijacking - when the bad