Manhee Lee wrote:
>
> Dear, servlet-interests!
>
> This is a novice, in servlet field.
> I have a problem with session.
> I put the value using session.putValue but that session didn't pass it back by
>getValue.
>
> So, I thought how could I make my own session like module.
> It means that I want to pass parameters not by session module but by my own module.
>
> I know it is possable but what is the best way to get it?
> If you don't mind I want to get sample source code.
You really should be trying to determine what mistake you made using the
session.
But if you really want to create your own session like module, then there are
number of java classes you can use:
Hashtable, Hashmap, Vector, any collection class, etc. Of course some will work
better than others for creating a persistent store of user information.
K Mukhar
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html