Re: How to redirect a url with cookie value

2017-02-20 Thread Bob Harner
I'm pretty sure cookie headers work fine in modern browsers (see http://stackoverflow.com/questions/4694089/sending-browser-cookies-during-a-302-redirect), but you won't be able to specify the cookie value in the URL like your example. You'll have to set the Cookie header yourself. On Feb 20, 2017

Re: How to redirect a url with cookie value

2017-02-20 Thread Thiago H. de Paula Figueiredo
On Mon, Feb 20, 2017 at 7:53 AM, Anbazhagan.G wrote: > Hi All, > Hi! > Is it possible to redirect a url with cookie value?.. like... > http://www.test.com/app1/test;JSESSIONID_app1=jklasjfads I don't think that's possible if you're redirecting to a different domain due to constraints in