store filters on server
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 15 May 2010 15:12:59 +0000 (17:12 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 15 May 2010 15:12:59 +0000 (17:12 +0200)
commitae6feddd161a9bf80edcad62e12899c3d8f06514
tree3ae2f37551b183f67de25bed66a6dac67a1b4d00
parent9e43b0f9ca52f88dd72c38871c2efa39cc752ef6
store filters on server

This allows us to have huge faceted filters.

We stored filters in cookie and that works until whole session
(including all filtered values) is smaller than 4K which is
limit of cookie size (session in stored in cookie)
lib/MojoFacets/Data.pm