----- Original Message -----
From: PATIBANDA, SRIKANTH <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 14, 1999 7:55 PM
Subject: Re: Same session


> I didnt understand clearly what u r tyring to tell.
> But i did tried logging twice by opening fresh browser everytime.
> As u said its creating a new session_id but i am logging with same
> user_name.
> If it is the same user_name isn't supposed to give me same session-id.
> or
> may be iam not understanding the concept of sessions.
>
> thankyou
> srikanth patibanda
>
Ahh, sorry I must have misread the original mail.

Sessions are not dependent on you doing anything
other than putting the line of code..

    Session session = request.getSession(true);

in the request method(s) that you use.

The session object has nothing to do with any parameters that
you send. Try reading some of the tutorial material at www.javasoft.com
or buying one of the many books on Servlets that abound. Titles for
the books can be found by looking through the Servlet API Interest List
archives.

Hope that helps

Andy Bailey

___________________________________________________________________________
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