16 Feb
2006
16 Feb
'06
3:59 p.m.
One resource that may be of help: did you catch merlinofchaos's multi-part form solution which he blogged recently?
I am not too sure, but I did see that there has been some work on sessions and anonymous users will not get a full session so that may store this from working.
anonymous users can get a full session at any time someone sets the $_SESSION variable for them. It means, though, that the optimizations for anonymous users without sessions disappear when this form is used. For something like the cart, I think that is perfectly fine.
I agree with Earl here. Session optimization can be overridden by modules who need it, and ecommerce is a valid reason for this.