Developing with Apache and Cookies
Developing with Apache and Cookies
- Subject: Developing with Apache and Cookies
- From: Johnny Miller <email@hidden>
- Date: Thu, 18 Nov 2010 15:04:44 -1000
Hi,
Is there something special you need to do to get this to work?
In the session object i have tried both
public String domainForIDCookies() { return "/cgi-bin/WebObjects/AppName.woa"; }
and
public String domainForIDCookies() { return "/"; }
I can see in my browser that the cookie gets created but the next time I go to read it the request object says there are no cookies? So, my app overwrites the old value.
I'm using 127.0.0.1 as the domain name - not sure if that's the problem as in Safari it says the cookie's web site is .127.0.0.1
TIA,
Johnny Miller |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden