> Use HttpSession req.getSession(boolean), together with HttpSession.isNew()
> etc. Read servlet API also :-)

Hmm. I read it:

public abstract HttpSession getSession(boolean create)

Gets the current valid session associated with this request, if create is
false or, if necessary, creates a new session for the request, if create is
true.

Question is how to say it to create session id in url, not a coockie?

> >How can I  set session tracking to use session id in url?
> >

Dmitry Melekhov
(aka 2:5050/11.23@fidonet)
http://www.aspec.ru/~dm



-- --------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to