Michael Jouravlev wrote:

On 6/30/05, Julian Kerr <[EMAIL PROTECTED]> wrote:
The html:link tag automatically applies URL rewriting to maintain
session state in the absence of cookies. Is it possible to disable this
feature?

Have you tried   <%@ page session="false" %>   ?

Michael.

I am using sessions, but track them with cookies.

I'd like to disable url rewriting because of the combination of:
1) empirical testing shows that url rewriting sometimes occurs even when cookies are enabled 2) my context doesn't deal with rewritten url's (as described in the initial post)

If I can turn url rewriting off, the application will work in the given context for people with cookies enabled.

A plain old html link would do the trick, but I'm keen to know if there is a way to control the behaviour struts tags.

-- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to