Thanks  , My first question is okay

   Looking inside the servlet class created from jsp , if u put
    <%@page session="true"%>  , it creates code as

       pageContext = _jspxFactory.getPageContext(this, request, response,
                        "", true, 8192, true);
                             ^^^

       if  <%@page session="false"%> , the created code is the below .

       pageContext = _jspxFactory.getPageContext(this, request, response,
                        "", false, 8192, true);
                             ^^^

 My second question is if two different IE applications , not instances of
the
   of the same IE . In this case a user is seen as two or more clients and
for each
   browser user opens a new session is created.

>  2) If I want to use the session object ,the server sends the
>     session id cookie to the browser. One explorer(IE)
>     sees the cookie that is sent to it, but if I open new
>     explorer it does not see the others' cookie. So a new
>     session is created for the new browser.Session is created
>     per browser window.The scnerio is not the same for
>     netscape.Is there a way that the all browser see the
>     same session id.
>


> __________________________________________________
> ÜCRETSİZ E-MAIL ALDINIZ MI?
> Türkçe ilk Portal  http://www.mynet.com
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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