The other method that I am aware of is to embed the session id IN the URL.
For example <http://www.domain.com/page.jsp?session=12345>.
Basically, you might need a "session" tag (taglib) that would embed the
user's session in the url when that page is requested. For example:
<A href= "http://www.domain.com/page.jsp?session=<mytaglib:sessionid/>">
Hope this helps,
Philip
on 11/16/00 3:51 PM, Dario Andrade at [EMAIL PROTECTED] wrote:
> As some of you may know, wireless development may not afford cookies.
>
> How do I keep track of user sessions (using JSPs), without using cookies?
>
> I have tried URL rewriting but it does NOT work with JSP!!
>
>
>
> My idea is to create a servlet wrapper (use servlet's URL rewriting) and
> THEN dispatch request to the JSP. Does ir work? Does anyone have any better
> idea?
>
> Thanks in advance,
>
> Dario Andrade
> WIZ Technologies
> e-mail: [EMAIL PROTECTED] - (21) 219-1138
> Av. das Na��es Unidas, 12.995 - 10 andar
> S�o Paulo - SP - CEP 04578-000
> Tel.: 55 11 5503-6590
> Fax.: 55 11 5503-6699
> web site: http://www.wiz.com.br
> wap site: http://wap.wiz.com.br
>
> ===========================================================================
> 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".
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