Hallo,
Peter Lyons hat gesagt: // Peter Lyons wrote:

> Two things. First, Webware's sessions tracking is based on a session id 
> that can be stored in a cookie or in a URL parameter.  The IP address of 
> the client is not involved in session tracking.
> 
> Secondly, you can create your own persisitent cookies if you like, but 
> there's no technical reason why that state can't be stored on the 
> server. 

I only once in my Webware life used Cookie.py directly: In a polling
application I wrote I did set a cookie with a lifetime of 2 months to
disable multiple answers from one user. I know this isn't really
secure, but that didn't matter. I didn't want to make 2-month-lasting
sessions on the server side for that.

ciao
-- 
 Frank Barknecht                               _ ______footils.org__


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to