Hi,

Having the following JSP page (named test.jsp)

<html>
<% request.getSession(true); %>
<A HREF="/test.jsp">link</A>
</html>

I am unable to use URL rewriting for maintaining the user session. I
checked
the properties in the sessionservice/session.properties file and they
are
the following:

enable.sessions=true
enable.urlrewriting=true
enable.cookies=true

A similar JHTML pages works fine.

Thanks in advance
Christian

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to