Hi,

I'd like to create a session that spans a domain. By this I mean: 
a session created on "www.somesite.com" should also be valid on
"somesite.com".

If I understand http://www.faqs.org/rfcs/rfc2109.html correct, than
the Cookie object must then have set: 

Domain=.somesite.com

or, in Pythonic:

cookie.setDomain(".somesite.com")

As I figure, that someone here might have done this already, I thought
I'd ask how to do that in a Webware-Session? 

ciao
-- 
 Frank Barknecht                               _ ______footils.org__


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to