Do AjaxTabs cause session creation?
Do AjaxTabs cause session creation?
- Subject: Do AjaxTabs cause session creation?
- From: Simon McLean <email@hidden>
- Date: Tue, 14 Jul 2009 19:43:00 +0100
hmmmm. i've been trying to fix a login page so that it doesn't cause
session creation. I've narrowed it down to AjaxTabbedPanel. I presumed
it must be something in one of the tabs AjaxTabbedPanel so i stripped
it down to a real basic:-
<wo:er.ajax.AjaxTabbedPanel id = "test">
<wo:er.ajax.AjaxTabbedPanelTab id = "one" isSelected = "$true" name
= "tab one"> 1 </wo:er.ajax.AjaxTabbedPanelTab>
<wo:er.ajax.AjaxTabbedPanelTab id = "two" isSelected = "$false" name
= "tab two"> 2 </wo:er.ajax.AjaxTabbedPanelTab>
</wo:er.ajax.AjaxTabbedPanel
... but this still causes session creation.
so i tanked through all the AjaxTabbedPanel and AjaxTabbedPanelTab
code and i can't see anywhere where it touches the session.
anyone know if this known behavior ?
thanks, simon
_______________________________________________
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