I would look for register_globals setting, create a test file (say test.php) and put <?phpinfo();?> into it, see what the settings are. It may not be a kolab issue but rather to do with the way your apache/php is configured if it boots you on every screen. Also check your browser settings regarding accepting cookies, it should accept them. The cookies might be branded with the (official) server name, not how you might be accessing it, so you should allow the browser to accept the cookie from anywhere. Hope this was helpful Cheers Szemir
On April 16, 2006 14:17, Andrew J. Kopciuch wrote: > > my first thought is to check the cookies in your browser. perhaps it's > > setting the wrong authentication information in your browser (e.g. domain > > mismatch) or perhaps just something odd with your browser? (i've seen > > some browsers get confused with a cookie when modifying a site's > > configuration and i had to delete the cookies first) > > Another thought that just popped into my head : > > Could be the PHP configuration. This way of installation will not use the > customized one from Kolab, but the system one yes? ... that's my > understanding anyways. Could be having to do with $register_globals, or > the cookie settings in php.ini. > > I really can't say ... several needles ... multiple haystacks. > > > Andy > > _______________________________________________ > clug-talk mailing list > [email protected] > http://clug.ca/mailman/listinfo/clug-talk_clug.ca > Mailing List Guidelines (http://clug.ca/ml_guidelines.php) > **Please remove these lines when replying _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

