i've got a controller that will accept multiple same name args in the
query string

?id=10&id=100&id=50

it looks like beaker_cache does not interpret these as different query
strings, so

?id=10&id=100&id=50

will return the same as

?id=10&id=100&id=20&id=50

any recommended workarounds for this?

on a tangential note, does beaker_cache support keying on a
controllers 'action' as well as a 'query_arg' ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to