>
> 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

Reply via email to