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

-----Original Message-----
From: Andy Bailey [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 14, 1999 12:10 PM
To: [EMAIL PROTECTED]
Subject: Re: Same session


>
> I am using the above code to get the different session_ids for different
> user_ids
> But iam getting same session_id everytime i log in with different user_id.
> Please let me know what the right way to do.
>
>
The session is created anew when the browser has no current sessionid cookie
set OR if there is no sessionid parameter passed.

To test this properly you should close your browser completely and start
afresh, logging in with the different username.

Session id's need not be different either, I have noticed that JRun
seems to reuse them. Not that it matters because they are at least unique
and the session object is created correctly.

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

___________________________________________________________________________
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