Re: That would be *cookieless* [was: Stateless sessions almost here]

2007-01-11 Thread Brian Beck
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

That would be *cookieless* [was: Stateless sessions almost here]

2007-01-10 Thread Nicola Larosa (tekNico)
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

Stateless sessions almost here

2007-01-10 Thread Brian Beck
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