> Gautam Batra wrote:
>
> I would like to know how to implement sessions in servlets..I know the
> basics....
> Actually what i am doing is the foolowing
>       String User_Id=session.getValue("User_Id").toString();
 try
      String User_Id= (String)session.getValue("User_Id");

___________________________________________________________________________
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