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

Christoph P. Kukulies kuku at physik.rwth-aachen.de
Tue Jun 20 18:16:29 CEST 2006


On Tue, Jun 20, 2006 at 04:13:44PM +0200, Christian Steinert wrote:
> 
> > 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

Thanks. Great help. Makes perfectly sense.

--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de



More information about the opencms-dev mailing list