It depends on the session State Mode, if its InProc( the default) ,
then your arry list will be stored as a live Object ,and the session will just holds a reference to it , its the same as assigning it to a shared variable ,
Howerver, if the Session mode is configured as OOP (out of process) , then the arrylist will be serialized when its saved and decerialized when its retireved ....
in this case , you need to make sure that you are storing a serialized objects in the arrayList,
Best Regards,
Best Regards,
Anas Ghanem - انس الغانم |
My Blog