On 8/26/07, Bob Ippolito <[EMAIL PROTECTED]> wrote:
>
> Well if you have a cache that fills up with active sessions then you


The cache is used to store also other objects, thus it eventually will fill
up. Sure, if I have a separate memcached instance only for session data,
this should not be a problem.

However, if you're not doing a lot with sessions I'd have to suggest
> storing your state directly in cookies, since they're usually
> equivalent with sessions but don't require any server-side state.
> Though of course you should use HMAC or the like to guarantee that
> your server generated that cookie's contents.


This is good advice.  I'll try to design the future web apps with this in
mind.

Thanks,

-- 
--PJ

--~--~---------~--~----~------------~-------~--~----~
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