WOActionURL causes session to be created
WOActionURL causes session to be created
- Subject: WOActionURL causes session to be created
- From: Greg Hulands <email@hidden>
- Date: Wed, 23 Jul 2008 21:21:11 -0700
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden