Here is a var_dump of the _SESSION variable at the very beginning of
script processing.

1st request

array(2) {
  ["Config"]=>
  &array(3) {
    ["rand"]=>
    int(377719362)
    ["time"]=>
    int(1175658289)
    ["userAgent"]=>
    string(32) "64892a71614760306f6c52f1cb727cca"
  }
  ["partner"]=>
  &array(6) {
    ["id"]=>
    string(5) "11429"
    ["created"]=>
    string(19) "2007-04-25 10:00:00"
    ["modified"]=>
    string(19) "2007-04-28 10:00:00"
    ["name"]=>
    string(12) "Kerry Wilson"
    ["email"]=>
    string(17) "[EMAIL PROTECTED]"
    ["password"]=>
    string(32) "d1e96978c6935ec01d995b1b8e4d8c33"
  }
}

2nd request

array(2) {
  ["Config"]=>
  &string(92) ""Config":{"rand":377719362,"time":
1175658290,"userAgent":"64892a71614760306f6c52f1cb727cca"}"
  ["partner"]=>
  &string(183) ""partner":{"id":11429,"created":"2007-04-25
10:00:00","modified":"2007-04-28 10:00:00","name":"Kerry
Wilson","email":"[EMAIL 
PROTECTED]","password":"d1e96978c6935ec01d995b1b8e4d8c33"}"
}

3rd request

array(1) {
  ["Config"]=>
  &string(93) ""Config":{"rand":2084398870,"time":
1175658300,"userAgent":"64892a71614760306f6c52f1cb727cca"}"
}

It looks like the data is being stored differently ( converted ) on
every request or something


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to