Tagged Questions
The redirectwithcookies tag has no wiki summary.
5
votes
2answers
469 views
How can I add cookies to Seaside responses without redirecting?
I'm making a small web application in Seaside. I have a login component, and after the user logs in I want to send along a cookie when the next component renders itself. Is there a way to get at the ...
1
vote
3answers
2k views
Simulating a cookie-enabled browser in PHP
How can I open a web-page and receive its cookies using PHP?
The motivation: I am trying to use feed43 to create an RSS feed from the non-RSS-enabled HighLearn website (remote learning website). I ...
0
votes
1answer
198 views
jsf auto-login according to cookie
I'm having a problem in achieving an auto-login feature for my JSF application which is being proted from a JSP & servlet-based architecture.
I used LoginBean backing the jsf page with a ...
0
votes
2answers
823 views
Adding cookie in java and then HTTP redirect doesnt show cookie in client side
I have requirement where in i need to add cookie in java and then redirect it to different URL. Now this url process should persist the cookie which i set and after its processing send it back to ...
0
votes
1answer
126 views
how to maintain user preferences across multiple domains in PHP
i am developing a multilingual site in expression engine. and i am using different domains for different languages versions of site eg: www.site.en, www.site.jp, etc.
now i want to track the visitors ...