[opencms-dev] where to read on about taglib keywords?

Christian Steinert christian_steinert at web.de
Tue Jun 20 16:13:44 CEST 2006


> what <%page session="false"
>   (or session="true")  means

If session=true, then inside your JSP code a variable called "session" will be defined.
This variable should be of type javax.servlet.HttpSession

You can use it to store user-related information.
If no session exists for the current user and you set session=true the first time, then a new session is generated in the background for you, before your own JSP code will run.


Of session=false, none of the above will happen

That's as far as I understand it. Corrections welcome.

hth 
christian


______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193




More information about the opencms-dev mailing list