Ok in which case you should check if your browser has cookie setting turned
on or off.! If cookie is turned off.. you'll have to use either URL
rewriting or Hidden form fields to pass the session realted data accross
pages...!

If you want more information on that there are plenty of websites which
help on that!
Google would be good engine to use for it!

Hope that helps! Wishing you the best!

Vinod





                    Bilal Ali Nawaz
                    <[EMAIL PROTECTED]        To:     [EMAIL PROTECTED]
                    NAMRO.COM>                    cc:
                    Sent by: A mailing            Subject:     Re: session 
information!!!
                    list about Java Server
                    Pages specification
                    and reference
                    <[EMAIL PROTECTED]
                    .COM>


                    05/03/00 06:08 PM
                    Please respond to A
                    mailing list about
                    Java Server Pages
                    specification and
                    reference





that's the whole point. i thought that the environment is supposed to take
care
of the session information!!!!! suppose that a user logs into my
application,
some bean is instantiated which records the user's login name and password.
meanwhile, another user logs in. another bean is instantiated. now, what is
happening, maybe, is that this data is being mixed up.  the environment
doesn't
take care, apparently, of which user should go be allowed to go to which
page
unless and until some checks are maintained on each page. it's these checks
that
i want to know about myself.

sorry i couldn't be of much help,
bilal.




"[Vinod Govindan]" <[EMAIL PROTECTED]> on 05/03/2000 05:33:44 PM

Please respond to A mailing list about Java Server Pages specification and
      reference <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:    (bcc: Bilal Ali Nawaz/PK/ABNAMRO/NL)
Subject:  Re: session information!!!



Tell me do you use Cookie's or Hidden forms or URL rewriting for maintain
sessions??

I ask this question to help solve a problem of my own!

Vinod




                    Bilal Ali Nawaz
                    <[EMAIL PROTECTED]        To:
[EMAIL PROTECTED]
                    NAMRO.COM>                    cc:
                    Sent by: A mailing            Subject:     session
information!!!
                    list about Java Server
                    Pages specification
                    and reference
                    <[EMAIL PROTECTED]
                    .COM>


                    05/03/00 05:29 PM
                    Please respond to A
                    mailing list about
                    Java Server Pages
                    specification and
                    reference





hi all,
i'm trying to develop a simple login application using only jsps. when i
deploy
my application on the server, and open two instances of the application,
somewhere down the line, the information of the two 'users' get mixed up so
that
both end up seeing one personal home page which is DEFINITELY NOT what i am
looking for.

can anyone please explain what is happening here and how i can maintain
distinct
session information of the two or more users, so that throughout their
interaction with the application, they can only see pages relevant to them.
no
mixing up of session information should occur.

thanking you in advance,
bilal.
_________________________________________________________________________

Disclaimer:

"This  message is confidential. It may also be privileged or otherwise
protected
by  legal  rules. If you have received it by mistake please let us know by
reply
and then delete it from your system."

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets





_________________________________________________________________________

Disclaimer:

"This  message is confidential. It may also be privileged or otherwise
protected
by  legal  rules. If you have received it by mistake please let us know by
reply
and then delete it from your system."

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to