> I am looking at this original MACTOKEN cookie, and the second
> 'path' part is not really a second cookie is it?  It is
> actually the path attribute of the single cookie itself,
> right?  So, does this part just get ignored or is there some
> way to pass it in via cfhttpparam?
>  
> Set-Cookie
> MACTOKEN=jchastain|1078091329189|e4825ffba9b8603a0af27bd08c519dd2;
> path=/psoft/servlet/psoft.hsphere.CP/jchastain/

When a server sets a cookie with a path, the path doesn't get returned by
the client on subsequent requests. All the client returns is the cookie name
and value. It's the client's job to only return the cookie when requesting a
URL which matches the original PATH attribute.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to