HelpStartConceptsSessionManagement - psiinon/zap-core-help GitHub Wiki
ZAP handles multiple types of session management (called Session Management Methods) that can be used for websites / webapps. Each Context has a Session Management Method defined which dictates how sessions are kept.
So far, just cookie based and HTTP authentication session management methods have been implemented, but the system supports easy addition of new methods, according to user needs.
In the case of this method the session is being tracked through cookies. Currently, the session tokens that are used are imported from the HTTP Sessions Extension.
In the case of this method the session is managed with HTTP request header Authorization.
| Session Contexts Dialog |
| Youtube tutorial | of the Authentication, Session Management and Users Management features of ZAP [external link to https://youtu.be/cR4gw-cPZOA]. | |
| UI Overview | for an overview of the user interface | |
| Features | provided by ZAP | |
| Session Contexts Dialog | for an overview of the Session Properties |