Nicola Larosa (tekNico) wrote:
> "Stateless session" is an oxymoron, there's no such thing. You're
> talking about *cookieless* sessions.
Of course :) I was using them synonymously, i.e. the *browser* has no
means of storing state.
--~--~-~--~~~---~--~~
You rece
Brian Beck wrote:
> So I'm working on a stateless sessions app that people will be able to
> swap with django.contrib.sessions in their settings if they need that
> (a recent post mentioned mobile phone browsers for example, apparently
> they don't support cookies?). I don't actually care that muc
Hey,
So I'm working on a stateless sessions app that people will be able to
swap with django.contrib.sessions in their settings if they need that
(a recent post mentioned mobile phone browsers for example, apparently
they don't support cookies?). I don't actually care that much but I
thought it w