Why would you want to have multiple sessions for one client? It's not like you can only store one object or anything in the session object. [ Matthias Carlsson ] [ Programmer (Java, XML/XSL, CGI/Perl, HTML/JS) ] [ Web Designer ] [ E-Mail : [EMAIL PROTECTED] ] [ ICQ: 1430647 ] > -----Ursprungligt meddelande----- > Fran: A mailing list for discussion about Sun Microsystem's Java Servlet > API Technology. [mailto:[EMAIL PROTECTED]]For Ravi R > Skickat: den 15 september 1999 08:58 > Till: [EMAIL PROTECTED] > Amne: How to create a new session without invalidating the existing > session > > > Hi All, > i want to have multiple sessions existing for the same client machine > How to create a new session without invalidating the existing session. > The cookies won't be disabled in my browser setting. > HttpSession session = HttpServletRequest.getSession(true) returns > me the id > of the existing session in cookie. > > Thanks > Ravi > > __________________________________________________________________ > _________ > 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
