Re: set-cookie on redirect

2012-12-21 Thread Bryan Talbot
Won't the "Referer" header value contain that either way? On Fri, Dec 21, 2012 at 9:03 AM, Benjamin Polidore wrote: > Is it possible to set a cookie value to the path of the GET request? I > have a situation where I want to set a "calling_url" cookie when I redirect > to a login page, and I am

set-cookie on redirect

2012-12-21 Thread Benjamin Polidore
Is it possible to set a cookie value to the path of the GET request? I have a situation where I want to set a "calling_url" cookie when I redirect to a login page, and I am currently setting it to a string literal for the main website, but i'd like to set it to the path received from client prior