Some approaches of creating a distributed fault tolerant site are much easier when relying on enabled cookies at the user side.
How bad is in practice to rely on enabled cookies for user logging in and "write" operations like creating/ updating a post?
Is the number of potentially affected users quite small for a general purpose user contributed site?
DB or other storageanyways for a session. Passing everything back and forth via cookies is both insecure and resource intensive. – Charles Boyung Aug 23 '11 at 21:12