| setAttribute() | ใช้กำหนด ชื่อ และค่าข้อมูล ให้กับ session |
|---|
method:setAttribute ( object_string_name, object_string_value );
return type:void
special:static
content:ใช้กำหนด ชื่อ และค่าข้อมูล ให้กับ session
example:session.setAttribute ( “username”, “bamboo” ) ;