Not really for each request, but the HttpSession is probably what you want.
It lets you keep some information about each user that has contacted your
service.
    (*Chris*)
----- Original Message -----
From: Hector Fabio Meza Martinez <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 09, 1999 8:06 AM
Subject: servlet variables


>Hi
>
>Is there any way to create a variable in a servlet that will take info from
>a form, but it will be different with each invocation? i.e. if two browsers
>request the servlet with say, a login code, the variable should store the
>code, and the value should be differente for each request.
>
>Any help would be appreciated
>
>Hector
>
>___________________________________________________________________________
>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
>

___________________________________________________________________________
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

Reply via email to