Treffer: 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

Weitere Informationen

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]