#397: AgaviPdoSessionStorage corrupts session's data if it includes special
characters
---------------------+------------------------------------------------------
 Reporter:  v-dogg   |       Owner:  v-dogg   
     Type:  defect   |      Status:  new      
 Priority:  normal   |   Milestone:  0.11     
Component:  storage  |     Version:  0.11.0RC1
 Severity:  normal   |    Keywords:           
---------------------+------------------------------------------------------
 AgaviPdoSessionStorage uses parameter type PDO::PARAM_LOB when saving
 session data. It causes special characters to be encoded, but they are not
 restored properly in sessionRead thus resulting in corruption of the data.

 I propose we add an option to enable LOB. If not excplicitly enabled,
 sessionWrite uses PDO:PARAM_STR.

-- 
Ticket URL: <http://trac.agavi.org/ticket/397>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5


_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to