What do you mean by manage? You can access the session from inside of a
tag by using pageContext.getSession() and from there do whatever you want to
it.
-Jeff Ward
-----Original Message-----
From: Wolfie [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 10:43 AM
To: [EMAIL PROTECTED]
Subject: a tag library that manages a session
I'm new to the tag library world, so this may be a simple one: I know that
that you can set the scope of a bean with the scope attribute of the <jsp:
useBean> tag, but can anyone explain how can I make my custom tag library
manage the entire session?