The university library will be closed from December 20, 2025 to January 11, 2026. From January 12, 2026, regular opening hours will apply again. Exception: The main medical library and the central library will be open again from January 5, 2026. Further information

Result: IMPROVING SESSION CONTROL IN JSP APPLICATIONS.

Title:
IMPROVING SESSION CONTROL IN JSP APPLICATIONS.
Source:
Proceedings of the IADIS International Conference on WWW/Internet. Jan2003, p881-884. 4p. 4 Diagrams.
Database:
Supplemental Index

Further information

The introduction of the Java Server Pages (JSP) technology offered many advantages to Java programmers and designers; they can combine several APIs, frameworks and platform independence in the productive development environment. For the limitations of the HTTP, JSP offers limited mechanisms of control session, so the establishment of the rigorous flow among the client actions and the state maintained in the server is hard. In the practice, this can generate inconsistencies in good part of the applications. That article discusses an extension to the session control of JSP, approaching the possible ones that can happen in the applications and soon after proposing the model that, through the uses identification tokens, solves such problems. We presented multiple variants of the solution and how to implement it in the several JSP programming styles. [ABSTRACT FROM AUTHOR]