Hello, I want to learn how to use something like the 'global.asa' that exits in "asp".I want to know where is this file and how to use it.
Thank you.
-
Global (1 messages)
- Posted by: asensio asensio
- Posted on: October 18 2000 10:12 EDT
Threaded Messages (1)
- Global by Mathias Bogaert on November 06 2000 04:20 EST
-
Global[ Go to top ]
- Posted by: Mathias Bogaert
- Posted on: November 06 2000 04:20 EST
- in response to asensio asensio
This is not possible with JSP.
Use session.getAttribute and session.setAttribute instead.
For init code, use index.jsp including init.jsp.
Mathias