Hi,
On my main component I am making sure not to have any component actions bound, but I have found that using WOActionURL to get the url to a direct action seems to be causing a new session to be created.

This is the binding:

<form method="post" action="<webobject name=loginURL></webobject>">

loginURL: WOActionURL {
        directActionName = "login";
}

And this is the html produced:

<form method="post" action="/WebObjects/TrackLog.woa/wa/login? wosid=zd4YCBNdtT6muy6pb0vxJg">

Is this a known bug or am I missing something obvious?

Regards,
Greg

Using WO 5.4.2
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to