[ic] long-lived sessions/carts?

Jure Kodzoman jure.kodzoman at informa.si
Thu Feb 23 10:53:55 UTC 2012


On 02/23/2012 04:32 AM, Peter wrote:
>
> I think that this method is going to be harder to implement than the
> other way.
>
>

I would go with what bill said. Clean out the sessions that don't have cart.

Perhaps not quite to the topic, but might come useful in storing 
shipping and billing address.

HTML5 has a feature salled localStorage supported by most modern 
browsers (IE8+, Safari 4+, FF 3.5+, Chrome 4+) which enables you to 
store shipping and billing address on local computer.

http://dev.w3.org/html5/webstorage/

You can cleanup the storage after it's been submitted.

It's not a solution for everything, but some interesting uses come to 
mind (especially comments, long forms etc.)


regards,
jure





-- 
Jure Kodzoman

Informa Studio d.o.o. - Internet Marketing Company
Zadobrovška cesta 75
SI-1000 Ljubljana, Slovenia
+386 59 066 336
http://www.informastudio.com


----
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please notify the
system manager. Please note that any views or opinions presented in this
email are solely those of the author and do not necessarily represent
those of the company.




More information about the interchange-users mailing list