| getAttribute() | ใช้คืนค่า ค่าข้อมูล ของ Session |
|---|
method:getAttribute ( object_string_name );
return type:String
special:static
content:ใช้คืนค่า ค่าข้อมูล ของ Session
example:session.setAttribute ( “username”, “bamboo” ) ; session.setAttribute ( “nicknam”, “panda” ) ; String user_name = ( String ) session.getAttribute ( “username” );