Session ID in a URL - doesn't work

2004-09-15 Thread Rafal Markut
Hello, I want to use session per URL. I have application which name is test. I added into conf/server.xml: Context path=/test docBase=test cookies=false/ I wrote a small JSP page (of course with %@ page session=true %) to test if it works. Unfortunately when it calls new page then it always

Re: Session ID in a URL - doesn't work

2004-09-15 Thread John Villar
What are you intending to do? sounds to me like you might use a better approach like session wide beans Rafal Markut escribió: Hello, I want to use session per URL. I have application which name is test. I added into conf/server.xml: Context path=/test docBase=test cookies=false/ I wrote a

AW: Session ID in a URL - doesn't work

2004-09-15 Thread Rafal Markut
. September 2004 15:04 An: Tomcat Users List Betreff: Re: Session ID in a URL - doesn't work What are you intending to do? sounds to me like you might use a better approach like session wide beans Rafal Markut escribió: Hello, I want to use session per URL. I have application which name is test. I