How do we maintain server side session state with JBlitz ?
By default, JBlitz will receive and transfer all the necessary cookies that are required to maintain server side state. Typically, this is done using an ASP or JSP session ID cookie that is sent back by the server and which is then re-sent to the server by JBlitz with each subsequent request. The global settings for controlling state behavior are on the ‘State Maintenance’ tab on the main screen. Here, you can enable or disable state maintenance via cookies. By default, cookie based state maintenance is enabled. If the server also sends back the ASP / JSP session ID encoded into URLs within the returned pages, you’ll also need to enable the ‘Response parsing’ check-box and additionally configure how the session ID path parameter is transferred from one page to the next. See the help for more info.