class http.cookies.SimpleCookie([input]) 
This class derives from BaseCookie and overrides value_decode() and value_encode() to be the identity and str() respectively.
class http.cookies.SimpleCookie([input]) 
This class derives from BaseCookie and overrides value_decode() and value_encode() to be the identity and str() respectively.
Please login to continue.