Claudio Henrique Vianna wrote:
>
>     I'm working with JSP in Tomcat. If I disable the cookies in my
> browser, the session concept is lost and every page
> became a new session. I have been researching another way to detect an
> session in JSP and I read a lot about URL
> Rewriting. But I couldn't find any explanation on how to do this ...
>

You can also put an <INPUT type="hidden" name="session_id"
value="EHUOHE36842">
between <FORM> and </FORM> in every page and
request.getParameters("session_id")
in every servlets.
Of course, YOU create the hidden "session_id".

--
 ____
||""||    Arnaud_Vandyck/STEFormations
||__||        Informatique/Internet
[ -=.]`)     Val_Benoit/ULg/Belgium
====== 0  Telephone:_32_(0)4/366.90.55

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