Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do we maintain server side session state with JBlitz ?

0
Posted

How do we maintain server side session state with JBlitz ?

0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123