Class WebSession
The class is conditionally abstract in: php, php/client, php/server
Properties
- sessionid (string)
Cookie for this session
- customerid (int)
ID of the customer using this session or null
- customer (Customer)
customer object or null
- timeout (int64)
time at which this cookie is deleted
Property | Column |
customer | customer |
customerid | customerid |
sessionid | sessionid |
timeout | timeout |