Files
egroupware/phpgwapi/inc
Ralf Becker cdd5103888 fixing a few more PHP5.3 problems, caused by PHP5.3 behavior to NOT
register cookies in $_REQUEST any more by default (there's now a php.ini
variable 'request_order' to controll that, but we want to work with a
default configuraltion):
- session restore was not working, as only $_REQUEST[sessionid] was checked
- multi domain installs not working, as domain cookie was not checked
- encrypted session were not working, because kp3 cookie was not checked
--> there's now a static method egw_session::get_request($name), which
checks $_REQUEST[$name], $_COOKIE[$name] and for that Safari bug also
$_COOKIE[ucfirst($name)]
2009-08-22 19:32:28 +00:00
..
2004-08-09 13:46:03 +00:00
2009-04-09 08:11:24 +00:00
2008-07-16 09:29:13 +00:00
2009-05-14 07:59:51 +00:00
2007-03-08 09:10:52 +00:00
fix
2006-06-14 23:43:53 +00:00
2005-06-18 20:43:14 +00:00
2005-11-26 14:25:39 +00:00
2005-11-26 14:25:39 +00:00
2008-12-09 14:02:17 +00:00
2005-11-26 14:25:39 +00:00